check for mentions of sanitized files
authorIan Lance Taylor <ian@airs.com>
Thu, 20 Aug 1998 20:58:28 +0000 (20:58 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 20 Aug 1998 20:58:28 +0000 (20:58 +0000)
opcodes/.Sanitize

index 96cb3440aa9fcf69dfeaec0268d2cf6b79265211..15056249fd8f160ccd59415f8dca824265f82d1a 100644 (file)
@@ -489,10 +489,20 @@ else
        done
 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! 1>&2
-       fi
+for i in *; do
+  if test ! -d $i && (grep sanitize $i > /dev/null) ; then
+    echo '***' Some mentions of Sanitize are still left in opcodes/$i! 1>&2
+  fi
+done
+
+for lost in .. $lose_these_too; do
+  if test $lost != ..; then
+    for i in Makefile.am Makefile.in configure.in configure; do
+      if fgrep $lost $i >/dev/null 2>&1; then
+        echo '***' File $lost was sanitized out but is still mentioned in opcodes/$i 1>&2
+      fi
+    done
+  fi
 done
 
 # This must come after all other sanitizations.  Re-sanitize the .pot