]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.in (bootstrap2, bootstrap3): New targets.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Fri, 19 Sep 1997 03:42:14 +0000 (03:42 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 19 Sep 1997 03:42:14 +0000 (21:42 -0600)
        * Makefile.in (bootstrap2, bootstrap3): New targets.
        (all-bootstrap): Remove outdated and confusing target.

Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r15559

ChangeLog
Makefile.in

index 1ae28e365983a06e211d0b272a8c2e2bcc98aa88..498df04e2654ae2a6d4e7a6c4ba108c6d37183dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
+                         Jeff Law         <law@cygnus.com>
+
+       * Makefile.in (bootstrap2, bootstrap3): New targets.
+       (all-bootstrap): Remove outdated and confusing target.
+
 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
 
        * config/mt-linux: Define CXXFLAGS to make sure -fvtable-thunks is
index 5ee567dc874de63ad7e7e3fd3c94efc6a5458367..dc0fb1a0bd9696ea546c415151710af5418e605f 100644 (file)
@@ -1273,17 +1273,6 @@ all-gcc:
          true; \
        fi
 
-.PHONY: all-bootstrap
-all-bootstrap:
-       @if [ -f ./gcc/Makefile ] ; then \
-         r=`pwd`; export r; \
-         s=`cd $(srcdir); pwd`; export s; \
-         $(SET_LIB_PATH) \
-         (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) bootstrap); \
-       else \
-         true; \
-       fi
-
 # Building GCC uses some tools for rebuilding "source" files
 # like texinfo, bison/byacc, etc.  So we must depend on those.
 #
@@ -1294,13 +1283,13 @@ all-bootstrap:
 # In theory, on an SMP all those dependencies can be resolved
 # in parallel.
 #
-.PHONY: bootstrap
-bootstrap: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
+.PHONY: bootstrap bootstrap2 bootstrap3
+bootstrap bootstrap2 bootstrap3: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
        @r=`pwd`; export r; \
        s=`cd $(srcdir); pwd`; export s; \
        $(SET_LIB_PATH) \
        echo "Bootstrapping the compiler with -O2 -g"; \
-       cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) BOOT_CFLAGS="-O2 -g" bootstrap
+       cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) BOOT_CFLAGS="-O2 -g" $@
        @r=`pwd`; export r; \
        s=`cd $(srcdir); pwd`; export s; \
        $(SET_LIB_PATH) \
@@ -1378,7 +1367,6 @@ all-gash: all-tcl
 all-gawk:
 ALL_GCC = all-gcc
 all-gcc: all-bison all-byacc all-binutils all-gas all-ld
-all-bootstrap: all-libiberty all-bison all-byacc all-binutils all-gas all-ld
 GDB_TK = all-tk all-tcl all-itcl all-tix
 all-gdb: all-libiberty all-opcodes all-bfd all-mmalloc all-readline all-bison all-byacc all-sim $(gdbnlmrequirements) $(GDB_TK)
 all-gnuserv:
This page took 0.092172 seconds and 5 git commands to generate.