summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-24 10:20:27 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-24 10:20:27 +0000
commit5afc2f4db392e9e92467e3a90ce96cf6dbab7564 (patch)
tree875d01da2655289fee00b67c73143ef8321a466d /Makefile.in
parent6efa1cb48ed5627f7cf236065c62106fb9557218 (diff)
downloadgcc-5afc2f4db392e9e92467e3a90ce96cf6dbab7564.tar.gz
* Makefile.in (boostrap2-lean, bootstrap3-lean,
bootstrap4-lean): new targets Forgot to commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20016 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 8f953b4102a..4187c4384eb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1295,8 +1295,8 @@ all-gcc:
# In theory, on an SMP all those dependencies can be resolved
# in parallel.
#
-.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap3 bootstrap4
-bootstrap bootstrap-lean bootstrap2 bootstrap3 bootstrap4: all-texinfo all-bison all-byacc all-binutils all-gas all-ld
+.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-texinfo all-bison all-byacc all-binutils all-gas all-ld
@r=`pwd`; export r; \
s=`cd $(srcdir); pwd`; export s; \
$(SET_LIB_PATH) \
@@ -1305,6 +1305,9 @@ bootstrap bootstrap-lean bootstrap2 bootstrap3 bootstrap4: all-texinfo all-bison
@r=`pwd`; export r; \
s=`cd $(srcdir); pwd`; export s; \
case "$@" in \
+ *bootstrap4-lean ) \
+ msg="Comparing stage3 and stage4 of the compiler"; \
+ compare=compare3-lean ;; \
*bootstrap4 ) msg="Comparing stage3 and stage4 of the compiler"; \
compare=compare3 ;; \
*-lean ) msg="Comparing stage2 and stage3 of the compiler"; \