]> Git Repo - binutils.git/blobdiff - .Sanitize
fix -nfp documentation
[binutils.git] / .Sanitize
index 164b8494e6622a385b157df4000a4a69b13cac6e..11d74b95522a412129af0029830b1d6be55ad71c 100644 (file)
--- a/.Sanitize
+++ b/.Sanitize
@@ -1,6 +1,4 @@
 # .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,
@@ -25,34 +23,51 @@ Do-first:
 
 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
@@ -108,7 +123,10 @@ 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
 
+# eof
This page took 0.021984 seconds and 4 git commands to generate.