Rename XL to JX, and remove sanitization.

This commit is contained in:
Ian Lance Taylor
1996-02-06 19:10:04 +00:00
parent 2300e21774
commit 172727c059
5 changed files with 4 additions and 96 deletions

View File

@ -58,27 +58,6 @@ Things-to-lose:
Do-last:
i960xl_files="ChangeLog i960.h"
if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
if [ -n "${verbose}" ] ; then
echo Keeping i960xl stuff in $i960xl_files.
fi
else
if [ -n "${verbose}" ]; then
echo -n Cleaning i960xl in `pwd`:
fi
for f in $i960xl_files ; do
if [ -n "${verbose}" ] ; then
echo -n " " $f
fi
sed -e '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' -e '/XL/d' < $f > new
if [ -n "${safe}" ] ; then
mv $f .Recover
fi
mv new $f
done
fi
arc_files="ChangeLog"
if ( echo $* | grep keep\-arc > /dev/null ) ; then
for i in $arc_files ; do