mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +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
|
for lost in .. $lose_these_too; do
|
||||||
if test $lost != ..; then
|
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
|
if fgrep $lost $i >/dev/null 2>&1; then
|
||||||
echo '***' File $lost was sanitized out but is still mentioned in bfd/$i 1>&2
|
echo '***' File $lost was sanitized out but is still mentioned in bfd/$i 1>&2
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user