* Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
and restrap targets to this rule. * Makefile.in: Regenerate.
This commit is contained in:
parent
664252b754
commit
c3deee20b4
@ -1,3 +1,9 @@
|
|||||||
|
2002-10-25 Phil Edwards <pme@gcc.gnu.org>
|
||||||
|
|
||||||
|
* Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
|
||||||
|
and restrap targets to this rule.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
|
2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
|
||||||
|
|
||||||
* configure.in (i[3456]86-*-linux*): Add check to disable
|
* configure.in (i[3456]86-*-linux*): Add check to disable
|
||||||
|
@ -1527,8 +1527,8 @@ all-gcc:
|
|||||||
# In theory, on an SMP all those dependencies can be resolved
|
# In theory, on an SMP all those dependencies can be resolved
|
||||||
# in parallel.
|
# in parallel.
|
||||||
#
|
#
|
||||||
.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean
|
.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap
|
||||||
bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean: all-bootstrap
|
bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap: all-bootstrap
|
||||||
@r=`${PWD}`; export r; \
|
@r=`${PWD}`; export r; \
|
||||||
s=`cd $(srcdir); ${PWD}`; export s; \
|
s=`cd $(srcdir); ${PWD}`; export s; \
|
||||||
$(SET_LIB_PATH) \
|
$(SET_LIB_PATH) \
|
||||||
|
@ -1242,8 +1242,8 @@ all-gcc:
|
|||||||
# In theory, on an SMP all those dependencies can be resolved
|
# In theory, on an SMP all those dependencies can be resolved
|
||||||
# in parallel.
|
# in parallel.
|
||||||
#
|
#
|
||||||
.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean
|
.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap
|
||||||
bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean: all-bootstrap
|
bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap: all-bootstrap
|
||||||
@r=`${PWD}`; export r; \
|
@r=`${PWD}`; export r; \
|
||||||
s=`cd $(srcdir); ${PWD}`; export s; \
|
s=`cd $(srcdir); ${PWD}`; export s; \
|
||||||
$(SET_LIB_PATH) \
|
$(SET_LIB_PATH) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user