mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-14 16:15:00 +08:00
* Makefile.in (unstrap): Remove stage_last after make unstage1.
From-SVN: r67233
This commit is contained in:
parent
af7387cae5
commit
a7db751ae5
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user