do d10v sanitization over all files
authorStan Shebs <shebs@codesourcery.com>
Fri, 31 Jan 1997 19:57:42 +0000 (19:57 +0000)
committerStan Shebs <shebs@codesourcery.com>
Fri, 31 Jan 1997 19:57:42 +0000 (19:57 +0000)
gdb/.Sanitize

index 95bbd24ae63d0c2cf8b708416c2e306d2e8c9666..97afa2a498d6b31fc4240df69ff5c62a673307e8 100644 (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...