Makefile.in (unstrap, restrap): New targets.

* Makefile.in (unstrap, restrap): New targets.
        (bootstrap): Mention restrap.

From-SVN: r54795
This commit is contained in:
Jason Merrill 2002-06-19 15:00:09 -04:00 committed by Jason Merrill
parent 3c9ab9b53c
commit 9c8d079c42
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-06-19 Jason Merrill <jason@redhat.com>
* Makefile.in (unstrap, restrap): New targets.
(bootstrap): Mention restrap.
2002-06-19 Ian Dall <ian@sibyl.beware.dropbear.id.au>
* config/ns32k/ns32k.md: Give "*xxx" names to all unnamed insn's.

View file

@ -3276,7 +3276,8 @@ bootstrap: stage3_build
@echo
@echo Bootstrap complete - make \"quickstrap\" to redo last build,
@echo \"restage1\" through \"restage3\" to rebuild specific stages,
@echo or \"cleanstrap\" to redo the bootstrap from scratch.
@echo \"restrap\" to redo the bootstrap from stage1, or
@echo \"cleanstrap\" to redo the bootstrap from scratch.
bootstrap-lean : clean_s1 clean_s2 stage3_build
@echo
@ -3345,6 +3346,16 @@ cleanstrap:
-$(MAKE) clean
$(MAKE) LANGUAGES="$(LANGUAGES)" bootstrap
unstrap:
-rm -rf stage[234]*
$(MAKE) unstage1
# Differs from cleanstrap in that it starts from the earlier stage1 build,
# not from scratch.
restrap:
$(MAKE) unstrap
$(MAKE) LANGUAGES="$(LANGUAGES)" bootstrap
# Compare the object files in the current directory with those in the
# stage2 directory.