m32rx -> cygnus sanitization change.

This commit is contained in:
Jeff Law 1999-02-05 17:20:25 +00:00
parent e346625314
commit 1305940a82
1 changed files with 1 additions and 29 deletions

View File

@ -53,34 +53,6 @@ Things-to-lose:
Do-last:
m32rx_files="ChangeLog m32r.h"
if ( echo $* | grep keep\-m32rx > /dev/null ) ; then
for i in $m32rx_files ; do
if test ! -d $i && (grep sanitize-m32rx $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping m32rx stuff in $i
fi
fi
done
else
for i in $m32rx_files ; do
if test ! -d $i && (grep sanitize-m32rx $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"m32rx\" from $i...
fi
cp $i new
sed '/start\-sanitize\-m32rx/,/end\-sanitize\-m32rx/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
sky_files="ChangeLog mips.h"
if ( echo $* | grep keep\-sky > /dev/null ) ; then
for i in $sky_files ; do
@ -193,7 +165,7 @@ else
done
fi
cygnus_files="mips.h mn10300.h"
cygnus_files="mips.h mn10300.h ChangeLog m32r.h"
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in $cygnus_files ; do
if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then