+2017-06-28 Martin Liska <mliska@suse.cz>
+
+ PR bootstrap/81217
+ * Makefile.def: Remove superfluous bootstrap_target from
+ bootstrap_stage.
+ * Makefile.in: Re-generate the file.
+
2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
* MAINTAINERS: Add myself to Write After Approval
bootstrap_stage = {
id=profile ; prev=1 ; };
bootstrap_stage = {
- id=train; prev=profile ;
- bootstrap_target=profiledbootstrap ; };
+ id=train; prev=profile ; } ;
bootstrap_stage = {
id=feedback ; prev=train;
bootstrap_target=profiledbootstrap ; };
-.PHONY: profiledbootstrap profiledbootstrap-lean
-profiledbootstrap:
- echo stagetrain > stage_final
- @r=`${PWD_COMMAND}`; export r; \
- s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- $(MAKE) $(RECURSE_FLAGS_TO_PASS) stagetrain-bubble
- @: $(MAKE); $(unstage)
- @r=`${PWD_COMMAND}`; export r; \
- s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- TFLAGS="$(STAGEtrain_TFLAGS)"; \
- $(MAKE) $(TARGET_FLAGS_TO_PASS) all-host all-target
-
-profiledbootstrap-lean:
- echo stagetrain > stage_final
- @r=`${PWD_COMMAND}`; export r; \
- s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- $(MAKE) $(RECURSE_FLAGS_TO_PASS) LEAN=: stagetrain-bubble
- @: $(MAKE); $(unstage)
- @r=`${PWD_COMMAND}`; export r; \
- s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
- TFLAGS="$(STAGEtrain_TFLAGS)"; \
- $(MAKE) $(TARGET_FLAGS_TO_PASS) all-host all-target
-
# Rules to wipe a stage and all the following ones, also used for cleanstrap
distclean-stageprofile:: distclean-stagetrain