diff --git a/ChangeLog b/ChangeLog index 8f5488dec..e6290c520 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 98c0ca98c..a99eff47c 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 889552d6e..8c19bbfaa 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 \