Rename r16 files to rce, and fix some more .Sanitize typos.
[deliverable/binutils-gdb.git] / opcodes / .Sanitize
index ef7b20a3c000a6dc70d1aa1454680ff75a45ece7..9600959f6a5b2f838c0362820d9e18d731048391 100644 (file)
@@ -23,12 +23,12 @@ else
        lose_these_too="${mpw_files} ${lose_these_too}"
 fi
 
-r16_files="r16-dis.c r16-opc.h"
+rce_files="rce-dis.c rce-opc.h"
 
-if ( echo $* | grep keep\-r16 > /dev/null ) ; then
-       keep_these_too="${r16_files} ${keep_these_too}"
+if ( echo $* | grep keep\-rce > /dev/null ) ; then
+       keep_these_too="${rce_files} ${keep_these_too}"
 else
-       lose_these_too="${r16_files} ${lose_these_too}"
+       lose_these_too="${rce_files} ${lose_these_too}"
 fi
 
 # All files listed between the "Things-to-keep:" line and the
@@ -96,23 +96,23 @@ else
        done
 fi
 
-r16_files = "configure.in"
-if ( echo $* | grep keep\-r16 > /dev/null ) ; then
-       for i in $r16_files ; do
-               if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
+rce_files="configure.in"
+if ( echo $* | grep keep\-rce > /dev/null ) ; then
+       for i in $rce_files ; do
+               if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Keeping r16 stuff in $i
+                               echo Keeping rce stuff in $i
                        fi
                fi
        done
 else
-       for i in $r16_files ; do
-               if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
+       for i in $rce_files ; do
+               if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then
                        if [ -n "${verbose}" ] ; then
-                               echo Removing traces of \"r16\" from $i...
+                               echo Removing traces of \"rce\" from $i...
                        fi
                        cp $i new
-                       sed '/start\-sanitize\-r16/,/end-\sanitize\-r16/d' < $i > new
+                       sed '/start\-sanitize\-rce/,/end-\sanitize\-rce/d' < $i > new
                        if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
                                if [ -n "${verbose}" ] ; then
                                        echo Caching $i in .Recover...
This page took 0.025186 seconds and 4 git commands to generate.