* Makefile.tpl (stage_last): Define $r and $s before using
$(RECURSE_FLAGS_TO_PASS). * Makefile.in: Regenerate
This commit is contained in:
parent
8c71dc5878
commit
57c9bccb3b
|
@ -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-21 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* COPYING.NEWLIB: Add ARM license.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue