public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix PR bootstrap/81217
@ 2017-06-27 13:16 Martin Liška
  2017-06-27 16:35 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Liška @ 2017-06-27 13:16 UTC (permalink / raw)
  To: gcc-patches; +Cc: Andrew Pinski, H.J. Lu

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

Hello.

Following fixes the PR by removal of superfluous bootstrap_target.

Ready to be installed?

ChangeLog:

2017-06-27  Martin Liska  <mliska@suse.cz>

	PR bootstrap/81217
	* Makefile.def: Remove superfluous bootstrap_target from
	bootstrap_stage.
	* Makefile.in: Re-generate the file.
---
 Makefile.def |  3 +--
 Makefile.in  | 23 -----------------------
 2 files changed, 1 insertion(+), 25 deletions(-)



[-- Attachment #2: 0001-Fix-PR-bootstrap-81217.patch --]
[-- Type: text/x-patch, Size: 1553 bytes --]

diff --git a/Makefile.def b/Makefile.def
index 08d0dc08a46..bd7b080d905 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -623,8 +623,7 @@ bootstrap_stage = {
 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 ; };
diff --git a/Makefile.in b/Makefile.in
index 2e2e504e106..78db0982ba2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -56151,29 +56151,6 @@ do-clean: clean-stagetrain
 
 
 
-.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 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix PR bootstrap/81217
  2017-06-27 13:16 [PATCH] Fix PR bootstrap/81217 Martin Liška
@ 2017-06-27 16:35 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2017-06-27 16:35 UTC (permalink / raw)
  To: Martin Liška, gcc-patches; +Cc: Andrew Pinski, H.J. Lu

On 06/27/2017 07:16 AM, Martin Liška wrote:
> Hello.
> 
> Following fixes the PR by removal of superfluous bootstrap_target.
> 
> Ready to be installed?
> 
> ChangeLog:
> 
> 2017-06-27  Martin Liska  <mliska@suse.cz>
> 
> 	PR bootstrap/81217
> 	* Makefile.def: Remove superfluous bootstrap_target from
> 	bootstrap_stage.
> 	* Makefile.in: Re-generate the file.
OK.
jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-27 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-27 13:16 [PATCH] Fix PR bootstrap/81217 Martin Liška
2017-06-27 16:35 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).