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
commit8ec4e5b8e06e5ee538e6e6324422a221ab07dd4c (patch)
tree74a9a43e317979b55a66f25aec283cd773690303 /src-release
parent0883edbb07ec8714f147288617adbe923c1ac3ed (diff)
downloadbinutils-redhat-8ec4e5b8e06e5ee538e6e6324422a221ab07dd4c.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 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; \