From d5cfb451c1f2ce8bb4b9302fb1f04022bb416803 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 7 Sep 2000 03:14:39 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 6 ++++++ gcc/Makefile.in | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7cc7fda..1b75381 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 baa7b9d..7bc2797 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 -- 2.7.4