2005-10-05 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages before other host packages.
This commit is contained in:
parent
168b158c6f
commit
37fe65c798
|
@ -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 Paolo Bonzini <bonzini@gnu.org>
|
2005-10-05 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
PR bootstrap/22340
|
PR bootstrap/22340
|
||||||
|
|
|
@ -856,6 +856,11 @@ all:
|
||||||
fi
|
fi
|
||||||
@endif gcc-bootstrap
|
@endif gcc-bootstrap
|
||||||
@$(unstage)
|
@$(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; \
|
@r=`${PWD_COMMAND}`; export r; \
|
||||||
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
|
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
|
||||||
if [ -f stage_last ]; then \
|
if [ -f stage_last ]; then \
|
||||||
|
|
|
@ -709,6 +709,11 @@ all:
|
||||||
fi
|
fi
|
||||||
@endif gcc-bootstrap
|
@endif gcc-bootstrap
|
||||||
@$(unstage)
|
@$(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; \
|
@r=`${PWD_COMMAND}`; export r; \
|
||||||
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
|
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
|
||||||
if [ -f stage_last ]; then \
|
if [ -f stage_last ]; then \
|
||||||
|
|
Loading…
Reference in New Issue