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-09-15 03:16:45 +0400
committerMichael Chastain <mec@shout.net>2003-09-15 03:16:45 +0400
commit8818daa21296e15ce1bc480c09c1ec30a4fc9470 (patch)
tree5d8b28c5b1788a60f4945644f22c2ad554993c60 /src-release
parentce1c8621c909f429f2787585cf6132af8aceb88d (diff)
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.
Diffstat (limited to 'src-release')
-rw-r--r--src-release12
1 files changed, 12 insertions, 0 deletions
diff --git a/src-release b/src-release
index 6144af4d3..51539e853 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; \