do d10v sanitization over all files

This commit is contained in:
Stan Shebs 1997-01-31 19:57:42 +00:00
parent fbd929fd05
commit e696e60686
1 changed files with 2 additions and 4 deletions

View File

@ -518,10 +518,8 @@ else
done
fi
d10v_files="configure.tgt ChangeLog valops.c"
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
for i in $d10v_files ; do
for i in * ; do
if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping d10v stuff in $i
@ -529,7 +527,7 @@ if ( echo $* | grep keep\-d10v > /dev/null ) ; then
fi
done
else
for i in $d10v_files ; do
for i in * ; do
if test ! -d $i && (grep sanitize-d10v $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"d10v\" from $i...