]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.tpl (stage_last): Define $r and $s before using $(RECURSE_FLAGS_TO_PASS).
authorAndreas Schwab <schwab@gcc.gnu.org>
Thu, 5 Feb 2009 15:29:52 +0000 (15:29 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 5 Feb 2009 15:29:52 +0000 (15:29 +0000)
* Makefile.tpl (stage_last): Define $r and $s before using
$(RECURSE_FLAGS_TO_PASS).
* Makefile.in: Regenerate

From-SVN: r143967

ChangeLog
Makefile.in
Makefile.tpl

index 067ba4736259338554b0db9fa7edc75b5cdcd2f4..5e97121feb159f811c68747206ab5a91d2bbce5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-02-05  Andreas Schwab  <schwab@suse.de>
+
+       * Makefile.tpl (stage_last): Define $r and $s before using
+       $(RECURSE_FLAGS_TO_PASS).
+       * Makefile.in: Regenerate
+
 2009-01-30  Ian Lance Taylor  <iant@google.com>
 
        * MAINTAINERS: Move myself to the Global Reviewers list.
@@ -82,8 +88,8 @@
 
 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
 
-        * configure.ac: Add double brackets on darwin[912].
-        * configure: Regenerate.
+       * configure.ac: Add double brackets on darwin[912].
+       * configure: Regenerate.
 
 2008-12-03  Daniel Kraft  <d@domob.eu>
 
index 2df155e1920e7c26e14675f24c3d302f6e1b80cc..3ca3f26d774816bb7ed02f690f51663fca09e175 100644 (file)
@@ -54861,6 +54861,8 @@ do-distclean: distclean-stage1
 # Provide a GCC build when we're building target libraries.  This does
 # not work as a dependency, just as the minimum necessary to avoid errors.
 stage_last:
+       @r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(MAKE) $(RECURSE_FLAGS_TO_PASS) stage1-bubble
 
 # Same as unstage, but not phony and defaulting to stage1-start.  We place
index f654fb3df56bc63049daa414467a1871f8385d5d..acb349ff742f99107c4abeaf0847657616ed4587 100644 (file)
@@ -1468,6 +1468,8 @@ do-distclean: distclean-stage1
 # Provide a GCC build when we're building target libraries.  This does
 # not work as a dependency, just as the minimum necessary to avoid errors.
 stage_last:
+       @r=`${PWD_COMMAND}`; export r; \
+       s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
        $(MAKE) $(RECURSE_FLAGS_TO_PASS) stage1-bubble
 
 # Same as unstage, but not phony and defaulting to stage1-start.  We place