mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
Sanitize Makefile.am
This commit is contained in:
@ -112,7 +112,7 @@ Things-to-lose:
|
|||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
arc_files="ChangeLog configure.in configure Makefile.in ChangeLog.1"
|
arc_files="ChangeLog configure.in configure Makefile.am Makefile.in ChangeLog.1"
|
||||||
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
|
||||||
@ -168,7 +168,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
v850_files="ChangeLog configure.in configure Makefile.in write.c"
|
v850_files="ChangeLog configure.in configure Makefile.am Makefile.in write.c"
|
||||||
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
||||||
for i in $v850_files ; do
|
for i in $v850_files ; do
|
||||||
if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then
|
||||||
|
Reference in New Issue
Block a user