Commit 9c8d079c by Jason Merrill Committed by Jason Merrill

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

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

From-SVN: r54795
parent 3c9ab9b5
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> 2002-06-19 Ian Dall <ian@sibyl.beware.dropbear.id.au>
* config/ns32k/ns32k.md: Give "*xxx" names to all unnamed insn's. * config/ns32k/ns32k.md: Give "*xxx" names to all unnamed insn's.
......
...@@ -3276,7 +3276,8 @@ bootstrap: stage3_build ...@@ -3276,7 +3276,8 @@ bootstrap: stage3_build
@echo @echo
@echo Bootstrap complete - make \"quickstrap\" to redo last build, @echo Bootstrap complete - make \"quickstrap\" to redo last build,
@echo \"restage1\" through \"restage3\" to rebuild specific stages, @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 bootstrap-lean : clean_s1 clean_s2 stage3_build
@echo @echo
...@@ -3345,6 +3346,16 @@ cleanstrap: ...@@ -3345,6 +3346,16 @@ cleanstrap:
-$(MAKE) clean -$(MAKE) clean
$(MAKE) LANGUAGES="$(LANGUAGES)" bootstrap $(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 # Compare the object files in the current directory with those in the
# stage2 directory. # stage2 directory.
......
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