aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorbonzini <>2005-10-05 14:57:43 +0000
committerbonzini <>2005-10-05 14:57:43 +0000
commitaa22d6562d9cc4bb9cb8466c73457b3cc787adbd (patch)
tree9ffbc9947dbebe95190171298b73d059a1b02afe /Makefile.in
parent11451b617a100afb23872a3e72e354f648d439e5 (diff)
2005-10-05 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages before other host packages.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 98c0ca98ca4..a99eff47cd4 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 \