* Makefile.in (unstrap): Remove stage_last after make unstage1.

From-SVN: r67233
This commit is contained in:
Jason Merrill 2003-05-29 19:05:39 -04:00 committed by Jason Merrill
parent af7387cae5
commit a7db751ae5
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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.