aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7cee7ea..277eb74 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-29 Jason Merrill <jason@redhat.com>
+
+ * Makefile.in (unstrap): Remove stage_last after make unstage1.
+
2003-05-29 Roger Sayle <roger@eyesopen.com>
* mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 708f358..ba5b57e 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -3613,8 +3613,9 @@ cleanstrap:
$(MAKE) LANGUAGES="$(LANGUAGES)" bootstrap
unstrap:
- -rm -rf stage[234]* stage_last
+ -rm -rf stage[234]*
$(MAKE) unstage1
+ -rm -f stage_last
# Differs from cleanstrap in that it starts from the earlier stage1 build,
# not from scratch.