Fix sanitize misspellings.
[deliverable/binutils-gdb.git] / sim / .Sanitize
index 531d802c843dad121e126e20c03a9a7f9941c6a7..8f4de07b3735d052744b32b2c20e8150369cebae 100644 (file)
 
 Do-first:
 
-d30v_files="d30v"
-if ( echo $* | grep keep\-d30v > /dev/null ) ; then
-        keep_these_too="${d30v_files} ${keep_these_too}"
-else
-        lose_these_too="${d30v_files} ${lose_these_too}"
-fi
-
 tic80_files="tic80"
 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
         keep_these_too="${tic80_files} ${keep_these_too}"
@@ -47,6 +40,7 @@ configure
 configure.in
 common
 d10v
+d30v
 erc32
 h8300
 h8500
@@ -67,34 +61,6 @@ Things-to-lose:
 
 Do-last:
 
-d30v_files="configure configure.in ChangeLog"
-if ( echo $* | grep keep\-d30v > /dev/null ) ; then
-        for i in $d30v_files ; do
-                if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
-                        if [ -n "${verbose}" ] ; then
-                                echo Keeping d30v stuff in $i
-                        fi
-                fi
-        done
-else
-        for i in $d30v_files ; do
-                if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
-                        if [ -n "${verbose}" ] ; then
-                                echo Removing traces of \"d30v\" from $i...
-                        fi
-                        cp $i new
-                        sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/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
-
 tic80_files="configure configure.in ChangeLog"
 if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
         for i in $tic80_files ; do
This page took 0.024941 seconds and 4 git commands to generate.