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
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...