diff options
author | Michael Chastain <mec@google.com> | 2003-09-14 23:16:45 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-09-14 23:16:45 +0000 |
commit | d9a35680b65a967d4f7ad9d3b2a99751af0ad6a9 (patch) | |
tree | e96709b7647619a94d244961bd94dbc5ae17c96a | |
parent | 6951700025cba17b96a672a18681ec47158618ae (diff) | |
download | gdb-d9a35680b65a967d4f7ad9d3b2a99751af0ad6a9.zip gdb-d9a35680b65a967d4f7ad9d3b2a99751af0ad6a9.tar.gz gdb-d9a35680b65a967d4f7ad9d3b2a99751af0ad6a9.tar.bz2 |
2003-09-12 Michael Chastain <mec@shout.net>
Fix PR gdb/857.
* src-release (do-proto-topleve): Remove junk files
intl/config.cache, intl/config.status,
intl/config.h, intl/stamp-h.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src-release | 12 |
2 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-09-12 Michael Chastain <mec@shout.net> + + Fix PR gdb/857. + * src-release (do-proto-topleve): Remove junk files + intl/config.cache, intl/config.status, + intl/config.h, intl/stamp-h. + 2003-09-14 Andrew Cagney <cagney@redhat.com> * src-release (dejagnu.tar): New target. diff --git a/src-release b/src-release index 6144af4..51539e8 100644 --- a/src-release +++ b/src-release @@ -168,6 +168,18 @@ do-proto-toplev: $(DEVO_SUPPORT) $(SUPPORT_FILES) texinfo/texinfo.tex # again. -- chastain 2003-08-15 rm -f dejagnu/example/calc/config.status rm -f dejagnu/example/calc/config.log + # Kludge for pr gdb/857. intl/Makefile.in lacks a couple + # of files in the distclean rule. Zack W is planning to make + # the gcc version of intl/ the master version and then push + # that version to src soon. See: + # http://sources.redhat.com/ml/binutils/2003-07/msg00032.html + # After the src version of intl/ is upgraded, we can look at + # moving this logic into intl/Makefile.in distclean rule + # if it is still needed. -- chastain 2003-09-12 + rm -f intl/config.cache + rm -f intl/config.status + rm -f intl/config.h + rm -f intl/stamp-h # mkdir proto-toplev/etc (cd proto-toplev/etc; \ |