projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bf6b23
)
* Makefile.in (unstrap): Also remove stage_last.
author
Jason Merrill
<jason@redhat.com>
Thu, 3 Apr 2003 19:10:42 +0000
(14:10 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Thu, 3 Apr 2003 19:10:42 +0000
(14:10 -0500)
From-SVN: r65209
gcc/ChangeLog
patch
|
blob
|
history
gcc/Makefile.in
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 73896b853d5be7b199bdc10f46a31a92d9db08e5..3643c74ff5967ade567be252fef788fc77b44dce 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,5
+1,7
@@
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.
diff --git
a/gcc/Makefile.in
b/gcc/Makefile.in
index b72040edd6f3f32460c0dc022a58487e08d95380..baac2a0d0bf4599200e880342fbee5726f68ff57 100644
(file)
--- a/
gcc/Makefile.in
+++ b/
gcc/Makefile.in
@@
-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,