Commit d5cfb451 by H.J. Lu Committed by Alexandre Oliva

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
parent 735bce7e
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment