summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chastain <mec.gnu@mindspring.com>2003-08-18 06:35:13 +0000
committerMichael Chastain <mec.gnu@mindspring.com>2003-08-18 06:35:13 +0000
commit66f7065503ffce8a4c5ee93b60cdf698be7e7219 (patch)
treefd78a433c38c4a84a54722399e27e3c953cbdd70
parent88ce0cf888d7bde1cb34db63bb232496d0c7356d (diff)
downloadbinutils-redhat-66f7065503ffce8a4c5ee93b60cdf698be7e7219.tar.gz
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 b2845aee4b..f3742cb1c1 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 2b8fa45c05..78d9f83125 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; \