From 7fd717b3fb606b996858c2c98e88df8f48646d60 Mon Sep 17 00:00:00 2001
From: bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed, 5 Oct 2005 15:57:43 +0000
Subject: [PATCH] 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>

	* Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
	before other host packages.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105002 138bc75d-0d04-0410-961f-82ee72b054a4
---
 ChangeLog    | 5 +++++
 Makefile.in  | 5 +++++
 Makefile.tpl | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 9c9b68f76cd3..69f1c0459879 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
+
+	* Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
+	before other host packages.
+
 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
 
 	* MAINTAINERS: Add self as sh libraries/configury maintainer.
diff --git a/Makefile.in b/Makefile.in
index 98c0ca98ca4f..a99eff47cd49 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 889552d6e95e..8c19bbfaab50 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 \
-- 
GitLab