]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap, and restrap target...
authorPhil Edwards <pme@gcc.gnu.org>
Fri, 25 Oct 2002 22:49:58 +0000 (22:49 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Fri, 25 Oct 2002 22:49:58 +0000 (22:49 +0000)
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.

From-SVN: r58545

ChangeLog
Makefile.in
Makefile.tpl

index ae71bfc56ca2c5b05288d7f25441177f45fd50f5..23871b00c0ce13eaa22759d8d00b3b96c2935172 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
 
        * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
index ce4bffa88a4c54b18382f4c72dc819a89c4f2d6f..34d019fb35a2e1aa2f9441898e50af1ebff7e066 100644 (file)
@@ -1527,8 +1527,8 @@ all-gcc:
 # In theory, on an SMP all those dependencies can be resolved
 # in parallel.
 #
-.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean
-bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean: all-bootstrap
+.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 bubblestrap quickstrap cleanstrap restrap: all-bootstrap
        @r=`${PWD}`; export r; \
        s=`cd $(srcdir); ${PWD}`; export s; \
        $(SET_LIB_PATH) \
index 5ef7d55fa3ffa88ec173f8768f9c5c4498f3907f..58d50ce83ac4e5c386d4f901f4e9367079a90cfd 100644 (file)
@@ -1242,8 +1242,8 @@ all-gcc:
 # In theory, on an SMP all those dependencies can be resolved
 # in parallel.
 #
-.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean
-bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean: all-bootstrap
+.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 bubblestrap quickstrap cleanstrap restrap: all-bootstrap
        @r=`${PWD}`; export r; \
        s=`cd $(srcdir); ${PWD}`; export s; \
        $(SET_LIB_PATH) \
This page took 0.094734 seconds and 5 git commands to generate.