]> Git Repo - binutils.git/blobdiff - include/nlm/.Sanitize
Remove v9 sanitization.
[binutils.git] / include / nlm / .Sanitize
index 2555488f08a2d9efc52b28ea1eb0fd82bf55386e..7a8b29cda4b01f41c8cf08e77b29a1a14537470c 100644 (file)
 
 Do-first:
 
+if ( echo $* | grep keep\-powerpc\-netware > /dev/null ) ; then
+       keep_these_too="ppc-ext.h ${keep_these_too}"
+else
+       lose_these_too="ppc-ext.h ${lose_these_too}"
+fi
+
 # All files listed between the "Things-to-keep:" line and the
 # "Files-to-sed:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
@@ -27,6 +33,7 @@ Things-to-keep:
 
 
 ChangeLog
+alpha-ext.h
 common.h
 external.h
 internal.h
@@ -38,33 +45,5 @@ Things-to-lose:
 
 Do-last:
 
-v9dirty="common.h"
-
-if ( echo $* | egrep verbose > /dev/null ) ; then
-       verbose=true
-else
-       verbose=
-fi
-
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
-       if [ -n "${verbose}" ] ; then
-               echo Keeping v9 in ${v9dirty}
-       fi
-else
-       for i in ${v9dirty} ; do
-               if [ -n "${verbose}" ] ; then
-                       echo Sanitizing v9 in $i
-               fi
-               rm -f new
-               grep -v v9 $i > new
-               if [ -n "${safe}" ] ; then
-                       mv $i .Recover
-               else
-                       rm $i
-               fi
-               mv new $i
-       done
-fi
-
 
 # End of file.
This page took 0.022053 seconds and 4 git commands to generate.