summaryrefslogtreecommitdiffstats
path: root/gas/.Sanitize
diff options
context:
space:
mode:
authorMichael Tiemann <tiemann@cygnus>1994-11-25 00:01:26 +0000
committerMichael Tiemann <tiemann@cygnus>1994-11-25 00:01:26 +0000
commit03c4ce2fcc3582e65cfe2ec336769074a80f3146 (patch)
tree9b562805138500c7ec159ab177f2d90c3ba0425d /gas/.Sanitize
parent5fa60968605904d23a6ce37901c9710295baf0b0 (diff)
downloadppe42-binutils-03c4ce2fcc3582e65cfe2ec336769074a80f3146.tar.gz
ppe42-binutils-03c4ce2fcc3582e65cfe2ec336769074a80f3146.zip
Rename r16 files to rce, and fix some more .Sanitize typos.
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r--gas/.Sanitize18
1 files changed, 9 insertions, 9 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize
index 26df3f45de..a6e4825793 100644
--- a/gas/.Sanitize
+++ b/gas/.Sanitize
@@ -125,24 +125,24 @@ else
done
fi
-r16_files = "configure.in"
+rce_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
+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...
OpenPOWER on IntegriCloud