From be9d4db86975f4c7fd438ec55fbf684b09f62199 Mon Sep 17 00:00:00 2001 From: schwab Date: Thu, 5 Feb 2009 15:29:52 +0000 Subject: [PATCH 1/1] * Makefile.tpl (stage_last): Define $r and $s before using $(RECURSE_FLAGS_TO_PASS). * Makefile.in: Regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143967 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 10 ++++++++-- Makefile.in | 2 ++ Makefile.tpl | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 067ba473625..5e97121feb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-02-05 Andreas Schwab + + * Makefile.tpl (stage_last): Define $r and $s before using + $(RECURSE_FLAGS_TO_PASS). + * Makefile.in: Regenerate + 2009-01-30 Ian Lance Taylor * MAINTAINERS: Move myself to the Global Reviewers list. @@ -82,8 +88,8 @@ 2008-12-04 Jack Howarth - * 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 diff --git a/Makefile.in b/Makefile.in index 2df155e1920..3ca3f26d774 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/Makefile.tpl b/Makefile.tpl index f654fb3df56..acb349ff742 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -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 -- 2.11.0