From: H.J. Lu Date: Thu, 7 Sep 2000 03:14:39 +0000 (+0000) Subject: Makefile.in (clean_s1): Depend on stage_b. X-Git-Tag: prereleases/libstdc++-2.92~4200 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5cfb451c1f2ce8bb4b9302fb1f04022bb416803;p=thirdparty%2Fgcc.git Makefile.in (clean_s1): Depend on stage_b. * Makefile.in (clean_s1): Depend on stage_b. (clean_s2): Depend on stage_d. Don't remove $(VOL_FILES) in stage2. They are used for "make compare". From-SVN: r36223 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7cc7fda58ac1..1b7538113368 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2000-09-06 H.J. Lu (hjl@gnu.org) + + * Makefile.in (clean_s1): Depend on stage_b. + (clean_s2): Depend on stage_d. Don't remove $(VOL_FILES) in + stage2. They are used for "make compare". + 2000-09-06 Mark Mitchell Move statement-tree facilities from C++ to C front-end. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index baa7b9d10ec5..7bc2797d9e3d 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2794,13 +2794,12 @@ stage_f: stage_e touch stage_f # Additional steps for *-lean targets: -clean_s1: +clean_s1: stage_b -cd stage1; rm -f $(VOL_FILES) touch clean_s1 -clean_s2: +clean_s2: stage_d -rm -rf stage1 - -cd stage2; rm -f $(VOL_FILES) touch clean_s2 # This next little bit is the way it is for parallel builds. It's simply