X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=src-release.sh;h=d0425d6aab6945cae201a75972f3e405a794b07c;hb=dc1f2887c513c4c2110d2d997ab33ce36b9696fc;hp=f7243970c955ea3b6dbfb300c550b1669d91fd7d;hpb=19e2900bd399d1ba272afe8b5b50b1b29a948bbe;p=deliverable%2Fbinutils-gdb.git diff --git a/src-release.sh b/src-release.sh index f7243970c9..d0425d6aab 100755 --- a/src-release.sh +++ b/src-release.sh @@ -46,7 +46,7 @@ DEVO_SUPPORT="README Makefile.in configure configure.ac \ Makefile.def Makefile.tpl src-release.sh config.rpath \ ChangeLog MAINTAINERS README-maintainer-mode \ lt~obsolete.m4 ltgcc.m4 depcomp mkdep compile \ - COPYING3 COPYING3.LIB" + COPYING3 COPYING3.LIB test-driver ar-lib" # Files in devo/etc used in any net release. ETC_SUPPORT="Makefile.in configure configure.in standards.texi \ @@ -77,6 +77,10 @@ do_proto_toplev() ver=$2 tool=$3 support_files=$4 + + echo "==> Cleaning sources." + find \( -name "*.orig" -o -name "*.rej" -o -name "*~" -o -name ".#*" -o -name "*~$bkpat" \) -exec rm {} \; + echo "==> Making $package-$ver/" # Take out texinfo from a few places. sed -e '/^all\.normal: /s/\all-texinfo //' \