mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
sanitize Makefile.am
This commit is contained in:
@ -302,7 +302,7 @@ Things-to-lose:
|
|||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
arc_files="ChangeLog ChangeLog.2 Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
|
arc_files="ChangeLog ChangeLog.2 Makefile.in Makefile.am archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
|
||||||
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
|
||||||
@ -330,7 +330,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
d30v_files="ChangeLog ChangeLog.2 Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
|
d30v_files="ChangeLog ChangeLog.2 Makefile.in Makefile.am archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
||||||
for i in $d30v_files ; do
|
for i in $d30v_files ; do
|
||||||
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
||||||
@ -358,7 +358,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
v850_files="ChangeLog ChangeLog.2 Makefile.in archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
|
v850_files="ChangeLog ChangeLog.2 Makefile.in Makefile.am archures.c reloc.c targets.c config.bfd configure.in configure bfd-in2.h elf.c libbfd.h"
|
||||||
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
|
||||||
@ -414,7 +414,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tic80_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure configure.in targets.c coffcode.h coffswap.h"
|
tic80_files="ChangeLog Makefile.in Makefile.am archures.c bfd-in2.h config.bfd configure configure.in targets.c coffcode.h coffswap.h"
|
||||||
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
||||||
for i in $tic80_files ; do
|
for i in $tic80_files ; do
|
||||||
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
|
||||||
|
@ -121,7 +121,7 @@ Things-to-lose:
|
|||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
arc_files="ChangeLog Makefile.in configure.in configure disassemble.c"
|
arc_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c"
|
||||||
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
|
||||||
@ -149,7 +149,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
d30v_files="ChangeLog Makefile.in configure.in configure disassemble.c"
|
d30v_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c"
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
||||||
for i in $d30v_files ; do
|
for i in $d30v_files ; do
|
||||||
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
|
||||||
@ -177,7 +177,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
v850_files="ChangeLog Makefile.in configure.in configure disassemble.c"
|
v850_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.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
|
||||||
@ -233,7 +233,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tic80_files="ChangeLog Makefile.in configure.in configure disassemble.c"
|
tic80_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c"
|
||||||
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
|
||||||
for i in $tic80_files ; do
|
for i in $tic80_files ; do
|
||||||
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then
|
||||||
|
Reference in New Issue
Block a user