From cc96343e4c3fd44d5e35d370ec3f0a489cee9e66 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 5 Oct 2005 15:59:52 +0000 Subject: 2005-10-05 Paolo Bonzini * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages before other host packages. --- Makefile.tpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index 889552d..8c19bbf 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 \ -- cgit v1.1