mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
don't sanitize arc files that have already been deleted
This commit is contained in:
@ -154,7 +154,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
arc_files="ChangeLog configure.in disassemble.c arc-dis.c arc-opc.c"
|
arc_files="ChangeLog configure.in disassemble.c"
|
||||||
if ( echo $* | grep keep\-arc > /dev/null ) ; then
|
if ( echo $* | grep keep\-arc > /dev/null ) ; then
|
||||||
for i in $arc_files ; do
|
for i in $arc_files ; do
|
||||||
if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
|
||||||
|
Reference in New Issue
Block a user