summaryrefslogtreecommitdiff
path: root/src-release
diff options
context:
space:
mode:
authorMichael Chastain <mec.gnu@mindspring.com>2003-08-16 16:54:26 +0000
committerMichael Chastain <mec.gnu@mindspring.com>2003-08-16 16:54:26 +0000
commitb7034b618d5aa82ff20d463147bbc855664a3014 (patch)
treef3f2b0513b5103a8934700d8d3afc6aff08137c7 /src-release
parent2b4f9f6efa86504954c893a8991d0815298c2107 (diff)
downloadgdb-b7034b618d5aa82ff20d463147bbc855664a3014.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.
Diffstat (limited to 'src-release')
-rw-r--r--src-release8
1 files changed, 8 insertions, 0 deletions
diff --git a/src-release b/src-release
index 2b8fa45c054..78d9f831254 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; \