Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the previous bootstrap...
authorPhil Edwards <pme@gcc.gnu.org>
Thu, 17 Apr 2003 21:04:05 +0000 (21:04 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Thu, 17 Apr 2003 21:04:05 +0000 (21:04 +0000)
2003-04-17  Phil Edwards  <pme@gcc.gnu.org>

* Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
and restrap.
* Makefile.in:  Regenerate.

From-SVN: r65752

ChangeLog
Makefile.in
Makefile.tpl

index 3b7f8a38c0b04b64cba1996d99906102900207c5..4b26025899a1a50c8cdcc1529c828dc2a0e89352 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
+
+       * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
+       previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
+       and restrap.
+       * Makefile.in:  Regenerate.
+
 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
 
        * configure.in (arm-*-netbsdelf*): Enable building java libraries.
index f70250dd8d7bfb1ca7179753c64cce224bb44306..615e3d3f4ffb2b6de30a3e698385e3bc0c3a3508 100644 (file)
@@ -7264,8 +7264,9 @@ all-gcc: configure-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 bubblestrap quickstrap cleanstrap restrap
-bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap: all-bootstrap configure-gcc
+GCC_STRAP_TARGETS = bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap
+.PHONY: $(GCC_STRAP_TARGETS)
+$(GCC_STRAP_TARGETS): all-bootstrap configure-gcc
        @r=`${PWD}`; export r; \
        s=`cd $(srcdir); ${PWD}`; export s; \
        $(SET_LIB_PATH) \
index 72e24983c5783f5c5bb72b8d59db4e0a66b505e3..922b0e52f071db545618eae37eac45408d31f9bc 100644 (file)
@@ -1189,8 +1189,9 @@ all-gcc: configure-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 bubblestrap quickstrap cleanstrap restrap
-bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap: all-bootstrap configure-gcc
+GCC_STRAP_TARGETS = bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap
+.PHONY: $(GCC_STRAP_TARGETS)
+$(GCC_STRAP_TARGETS): all-bootstrap configure-gcc
        @r=`${PWD}`; export r; \
        s=`cd $(srcdir); ${PWD}`; export s; \
        $(SET_LIB_PATH) \