Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chastain <mec@shout.net>2003-08-16 20:54:26 +0400
committerMichael Chastain <mec@shout.net>2003-08-16 20:54:26 +0400
commitd36496a4eccdfb472b3209c1b35b3b21770fbd07 (patch)
tree1eebb1f7f48e64f65ab0f146e7a49d5b23d81b22 /src-release
parentb723879025a4a8b28d5dfc0305290cf70df4d216 (diff)
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 2b8fa45c0..78d9f8312 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; \