More cleanups for gprof, especially with the '386 target.
[deliverable/binutils-gdb.git] / .Sanitize
index 164b8494e6622a385b157df4000a4a69b13cac6e..cfbb79672910574a92da80f7522cbcb3d7691efe 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -27,29 +27,38 @@ Things-to-keep:
 
 Makefile.in
 README
-DOC.configure
 bison
 bfd
 binutils
+cfg-paper.texi
 clib
 config
 config.sub
+configure.bat
 configure
 configure.in
+configure.man
+configure.texi
 cvs
 diff
 emacs
 gas
 gcc
 gdb
+gdbtest
 gdbm
-gnulib
+glob
+gprof
 grep
 include
 ld
 libiberty
+libgcc
+libg++
 make
-prms
+mmalloc
+newlib
+send_pr
 rcs
 readline
 texinfo
@@ -108,7 +117,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.024865 seconds and 4 git commands to generate.