diff options
author | Michael Chastain <mec@google.com> | 2003-08-16 16:54:26 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-08-16 16:54:26 +0000 |
commit | ca506da8bc29c6389514750151973321098caddc (patch) | |
tree | c63f1c9ccdd23fccbd58f274683f838aeaeba536 /src-release | |
parent | d6415f6cd6110e9428422e88c4e99cb456394777 (diff) | |
download | gdb-ca506da8bc29c6389514750151973321098caddc.zip gdb-ca506da8bc29c6389514750151973321098caddc.tar.gz gdb-ca506da8bc29c6389514750151973321098caddc.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.
Diffstat (limited to 'src-release')
-rw-r--r-- | src-release | 8 |
1 files changed, 8 insertions, 0 deletions
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; \ |