Commit 613fa146 by Jason Merrill Committed by Jason Merrill

* Makefile.in (unstrap): Also remove stage_last.

From-SVN: r65209
parent 7bf6b23d
2003-04-03 Jason Merrill <jason@redhat.com>
* Makefile.in (unstrap): Also remove stage_last.
* dwarf2out.c (lookup_filename): Don't check for "<internal>".
(dwarf2out_source_line): Don't do anything if line==0.
......
......@@ -3592,7 +3592,7 @@ cleanstrap:
$(MAKE) LANGUAGES="$(LANGUAGES)" bootstrap
unstrap:
-rm -rf stage[234]*
-rm -rf stage[234]* stage_last
$(MAKE) unstage1
# Differs from cleanstrap in that it starts from the earlier stage1 build,
......
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