OSDN Git Service

* Makefile.in (clean_s1): Depend on stage_b.
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Sep 2000 03:14:39 +0000 (03:14 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Sep 2000 03:14:39 +0000 (03:14 +0000)
(clean_s2): Depend on stage_d. Don't remove $(VOL_FILES) in
stage2. They are used for "make compare".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36223 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 7cc7fda..1b75381 100644 (file)
@@ -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  <mark@codesourcery.com>
 
        Move statement-tree facilities from C++ to C front-end.
index baa7b9d..7bc2797 100644 (file)
@@ -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