aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@dcc.unicamp.br>1998-05-23 16:45:35 -0600
committerJeff Law <law@gcc.gnu.org>1998-05-23 16:45:35 -0600
commiteaed7b419f99860c5ab14db2137263936b99bcb6 (patch)
tree81b71e217ba635ee84995fff240fdce725bf6a7c /gcc
parent8d45987f209c33339469d5b6d11f695e929c4e23 (diff)
downloadgcc-eaed7b419f99860c5ab14db2137263936b99bcb6.zip
gcc-eaed7b419f99860c5ab14db2137263936b99bcb6.tar.gz
gcc-eaed7b419f99860c5ab14db2137263936b99bcb6.tar.bz2
Makefile.in (boostrap2-lean, [...]): new targets
* Makefile.in (boostrap2-lean, bootstrap3-lean, bootstrap4-lean): new targets From-SVN: r19996
Diffstat (limited to 'gcc')
-rw-r--r--gcc/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index f3bbc8f..343845a 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2719,15 +2719,16 @@ bootstrap bootstrap-lean: force
-if test $@ = bootstrap-lean; then rm -rf stage1; else true; fi
$(MAKE) CC="stage2/xgcc$(exeext) -Bstage2/" CFLAGS="$(WARN_CFLAGS) $(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) STAGE_PREFIX=stage2/ LANGUAGES="$(LANGUAGES)"
-bootstrap2: force
+bootstrap2 bootstrap2-lean: force
$(MAKE) CC="stage1/xgcc$(exeext) -Bstage1/" CFLAGS="$(WARN_CFLAGS) $(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) STAGE_PREFIX=stage1/ LANGUAGES="$(LANGUAGES)"
$(MAKE) stage2
+ -if test $@ = bootstrap2-lean; then rm -rf stage1; else true; fi
$(MAKE) CC="stage2/xgcc$(exeext) -Bstage2/" CFLAGS="$(WARN_CFLAGS) $(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) STAGE_PREFIX=stage2/ LANGUAGES="$(LANGUAGES)"
-bootstrap3: force
+bootstrap3 bootstrap3-lean: force
$(MAKE) CC="stage2/xgcc$(exeext) -Bstage2/" CFLAGS="$(WARN_CFLAGS) $(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) STAGE_PREFIX=stage2/ LANGUAGES="$(LANGUAGES)"
-bootstrap4: force
+bootstrap4 bootstrap4-lean: force
$(MAKE) CC="stage3/xgcc$(exeext) -Bstage3/" CFLAGS="$(WARN_CFLAGS) $(BOOT_CFLAGS)" LDFLAGS="$(BOOT_LDFLAGS)" libdir=$(libdir) STAGE_PREFIX=stage3/ LANGUAGES="$(LANGUAGES)"
# Compare the object files in the current directory with those in the