]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - src-release.sh
Introduce accessors for psymtab high and low fields
[thirdparty/binutils-gdb.git] / src-release.sh
index 3203a6af2be3cffad541cc689426ce7da6f173b2..d0425d6aab6945cae201a75972f3e405a794b07c 100755 (executable)
@@ -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 \
@@ -79,8 +79,7 @@ do_proto_toplev()
     support_files=$4
 
     echo "==> Cleaning sources."
-    find -name "*.orig" -exec rm {} \;
-    find -name "*.rej" -exec rm {} \;
+    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.