mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
do d10v sanitization over all files
This commit is contained in:
parent
fbd929fd05
commit
e696e60686
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user