Commit ee04b574 by Andreas Schwab

Makefile.tpl (stage_last): Define $r and $s before using $(RECURSE_FLAGS_TO_PASS).

* Makefile.tpl (stage_last): Define $r and $s before using
$(RECURSE_FLAGS_TO_PASS).
* Makefile.in: Regenerate

From-SVN: r143967
parent 5b21d7b2
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> 2009-01-30 Ian Lance Taylor <iant@google.com>
* MAINTAINERS: Move myself to the Global Reviewers list. * MAINTAINERS: Move myself to the Global Reviewers list.
...@@ -82,8 +88,8 @@ ...@@ -82,8 +88,8 @@
2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu> 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
* configure.ac: Add double brackets on darwin[912]. * configure.ac: Add double brackets on darwin[912].
* configure: Regenerate. * configure: Regenerate.
2008-12-03 Daniel Kraft <d@domob.eu> 2008-12-03 Daniel Kraft <d@domob.eu>
......
...@@ -54861,6 +54861,8 @@ do-distclean: distclean-stage1 ...@@ -54861,6 +54861,8 @@ do-distclean: distclean-stage1
# Provide a GCC build when we're building target libraries. This does # 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. # not work as a dependency, just as the minimum necessary to avoid errors.
stage_last: stage_last:
@r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
$(MAKE) $(RECURSE_FLAGS_TO_PASS) stage1-bubble $(MAKE) $(RECURSE_FLAGS_TO_PASS) stage1-bubble
# Same as unstage, but not phony and defaulting to stage1-start. We place # Same as unstage, but not phony and defaulting to stage1-start. We place
...@@ -1468,6 +1468,8 @@ do-distclean: distclean-stage1 ...@@ -1468,6 +1468,8 @@ do-distclean: distclean-stage1
# Provide a GCC build when we're building target libraries. This does # 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. # not work as a dependency, just as the minimum necessary to avoid errors.
stage_last: stage_last:
@r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
$(MAKE) $(RECURSE_FLAGS_TO_PASS) stage1-bubble $(MAKE) $(RECURSE_FLAGS_TO_PASS) stage1-bubble
# Same as unstage, but not phony and defaulting to stage1-start. We place # Same as unstage, but not phony and defaulting to stage1-start. We place
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment