mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
don't sanitize arc files that have already been deleted
This commit is contained in:
parent
633e623803
commit
28a2119fba
@ -154,7 +154,7 @@ else
|
||||
done
|
||||
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
|
||||
for i in $arc_files ; do
|
||||
if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
|
||||
|
Loading…
Reference in New Issue
Block a user