]> Git Repo - binutils.git/blobdiff - .Sanitize
* main.c (print_gdb_version): Copyright msg: only this year.
[binutils.git] / .Sanitize
index 164b8494e6622a385b157df4000a4a69b13cac6e..a875a5ef7fb09e3d4e0b7c7c980fb30dc5bb0e10 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -27,15 +27,17 @@ Things-to-keep:
 
 Makefile.in
 README
-DOC.configure
 bison
 bfd
 binutils
+cfg-paper.texi
 clib
 config
 config.sub
+configdos.bat
 configure
 configure.in
+configure.man
 cvs
 diff
 emacs
@@ -43,6 +45,7 @@ gas
 gcc
 gdb
 gdbm
+glob
 gnulib
 grep
 include
@@ -108,7 +111,8 @@ else
        done
 fi
 
-if grep 'sanitize' * ; then
-       echo Some mentions of Sanitize are still left in the sources!
-fi
-
+for i in * ; do
+       if test ! -d $i && (grep sanitize $i > /dev/null) ; then
+               echo Some mentions of Sanitize are still left in $i!
+       fi
+done
This page took 0.023928 seconds and 4 git commands to generate.