From: Stan Shebs Date: Fri, 31 Jan 1997 19:57:42 +0000 (+0000) Subject: do d10v sanitization over all files X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e696e60686654571efaa8f1ddf5392656477475b;p=binutils-gdb.git do d10v sanitization over all files --- diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 95bbd24ae63..97afa2a498d 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -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...