mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
add configure to list of files to check
This commit is contained in:
@ -646,7 +646,7 @@ done
|
||||
|
||||
for lost in .. $lose_these_too; do
|
||||
if test $lost != ..; then
|
||||
for i in Makefile.am Makefile.in config.bfd configure.host configure.in; do
|
||||
for i in Makefile.am Makefile.in config.bfd configure.host configure.in configure; do
|
||||
if fgrep $lost $i >/dev/null 2>&1; then
|
||||
echo '***' File $lost was sanitized out but is still mentioned in bfd/$i 1>&2
|
||||
fi
|
||||
|
Reference in New Issue
Block a user