mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-24 14:53:34 +08:00
add configure to list of files to check
This commit is contained in:
parent
c6167c136c
commit
54e4cfaf3a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user