No longer need to sanitize away h8s stuff.
[deliverable/binutils-gdb.git] / include / coff / .Sanitize
index 5506a10794ce67b6a550f814830b9fe2ad110b04..9739f0605bd8c40f55e1587e2a455a71d01e4dc4 100644 (file)
@@ -56,31 +56,4 @@ Things-to-lose:
 
 Do-last:
 
-h8s_files="ChangeLog h8300.h"
-if ( echo $* | grep keep\-h8s > /dev/null ) ; then
-       for i in $h8s_files ; do
-               if test ! -d $i && (grep sanitize-h8s $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Keeping h8s stuff in $i
-                       fi
-               fi
-       done
-else
-       for i in $h8s_files ; do
-               if test ! -d $i && (grep sanitize-h8s $i > /dev/null) ; then
-                       if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"h8s\" from $i...
-                       fi
-                       cp $i new
-                       sed '/start\-sanitize\-h8s/,/end-\sanitize\-h8s/d' < $i > new
-                       if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
-                               if [ -n "${verbose}" ] ; then
-                                       echo Caching $i in .Recover...
-                               fi
-                               mv $i .Recover
-                       fi
-                       mv new $i
-               fi
-       done
-fi
 # End of file.
This page took 0.023464 seconds and 4 git commands to generate.