2003-09-12 Michael Chastain <mec@shout.net>
authorMichael Chastain <mec@google.com>
Sun, 14 Sep 2003 23:16:45 +0000 (23:16 +0000)
committerMichael Chastain <mec@google.com>
Sun, 14 Sep 2003 23:16:45 +0000 (23:16 +0000)
Fix PR gdb/857.
* src-release (do-proto-topleve): Remove junk files
intl/config.cache, intl/config.status,
intl/config.h, intl/stamp-h.

ChangeLog
src-release

index b63e02dc5f19b6409b892b3d6c5956af2e98217d..6e239e1324593ae70a4093a5de6e631cce8daa6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 6144af4d300ceca59a533c35f9568be96a244a54..51539e853eb7bbcaf83abccdd1590398dde2e21e 100644 (file)
@@ -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; \
This page took 0.029769 seconds and 4 git commands to generate.