From cc96343e4c3fd44d5e35d370ec3f0a489cee9e66 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 5 Oct 2005 15:59:52 +0000 Subject: [PATCH] 2005-10-05 Paolo Bonzini * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages before other host packages. --- ChangeLog | 5 +++++ Makefile.in | 5 +++++ Makefile.tpl | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8f5488dec5..e6290c5201 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-05 Paolo Bonzini + + * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages + before other host packages. + 2005-10-05 Paolo Bonzini PR bootstrap/22340 diff --git a/Makefile.in b/Makefile.in index 98c0ca98ca..a99eff47cd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -856,6 +856,11 @@ all: fi @endif gcc-bootstrap @$(unstage) +@if gcc-no-bootstrap + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-prebootstrap +@endif gcc-no-bootstrap @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ if [ -f stage_last ]; then \ diff --git a/Makefile.tpl b/Makefile.tpl index 889552d6e9..8c19bbfaab 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -709,6 +709,11 @@ all: fi @endif gcc-bootstrap @$(unstage) +@if gcc-no-bootstrap + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-prebootstrap +@endif gcc-no-bootstrap @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ if [ -f stage_last ]; then \