aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chastain <mec@shout.net>2003-08-18 06:35:13 +0000
committerMichael Chastain <mec@shout.net>2003-08-18 06:35:13 +0000
commiteba09800e8f58b842c96f5e61b4ec432cd6bf842 (patch)
treefa1768aeec959de32e28dc195f058cfa8bda5dba
parentd356add352077b19c5aafd7c420c23274fba8da8 (diff)
downloadnewlib-eba09800e8f58b842c96f5e61b4ec432cd6bf842.zip
newlib-eba09800e8f58b842c96f5e61b4ec432cd6bf842.tar.gz
newlib-eba09800e8f58b842c96f5e61b4ec432cd6bf842.tar.bz2
2003-08-15 Michael Chastain <mec@shout.net>
* src-release (do-proto-toplev): Remove junk files dejagnu/example/calc/config.status, dejagnu/example/calc/config.log.
-rw-r--r--ChangeLog8
-rw-r--r--src-release8
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b2845ae..f3742cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-15 Michael Chastain <mec@shout.net>
+
+ * src-release (do-proto-toplev): Remove junk files
+ dejagnu/example/calc/config.status,
+ dejagnu/example/calc/config.log.
+
2003-06-24 Keith Seitz <kseitz@sources.redhat.com>
* Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
@@ -6,7 +12,7 @@
2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
* configure.in: Update testsuite_flags to new location.
- * configure. Regenerate.
+ * configure: Regenerate.
2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
diff --git a/src-release b/src-release
index 2b8fa45..78d9f83 100644
--- a/src-release
+++ b/src-release
@@ -160,6 +160,14 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex
done
cd etc && $(MAKE) info
$(MAKE) distclean
+ # Kludge for pr gdb/708. 'configure' configures in
+ # dejagnu/example/calc, but 'make distclean' does not clean in
+ # dejagnu/example. Someday somebody might fix this in dejagnu,
+ # and then import a new dejagnu into sourceware. Right now, a
+ # couple of 'rm' commands will get the gdb snapshots working
+ # again. -- chastain 2003-08-15
+ rm -f dejagnu/example/calc/config.status
+ rm -f dejagnu/example/calc/config.log
#
mkdir proto-toplev/etc
(cd proto-toplev/etc; \