# .Sanitize for devo.
-# $Id$
-#
# Each directory to survive it's way into a release will need a file
# like this one called "./.Sanitize". All keyword lines must exist,
Things-to-keep:
+ChangeLog
Makefile.in
README
-DOC.configure
-bison
+autoconf
bfd
binutils
+bison
+cfg-paper.texi
clib
config
config.sub
configure
+configure.bat
configure.in
+configure.man
+configure.texi
cvs
diff
emacs
+flex
gas
gcc
gdb
gdbm
-gnulib
+gdbtest
+glob
+gprof
grep
include
+ispell
ld
+libg++
+libgcc
libiberty
make
-prms
+mmalloc
+move-if-change
+newlib
+patch
rcs
readline
+send_pr
+standards.texi
texinfo
+tgas
# The lines between the "Do-last:" line and the end of the file
# are executed as a /bin/sh shell script after everything else is
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
+# eof