diff options
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 5d0217b..8bd2244 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -252,27 +252,6 @@ Things-to-lose: Do-last: -i960xl_files="ChangeLog ChangeLog.2 archures.c bfd-in2.h cpu-i960.c coffcode.h" -if ( echo $* | grep keep\-i960xl > /dev/null ) ; then - if [ -n "${verbose}" ] ; then - echo Keeping i960xl stuff in $i960xl_files. - fi -else - if [ -n "${verbose}" ]; then - echo -n Cleaning i960xl in `pwd`: - fi - for f in $i960xl_files ; do - if [ -n "${verbose}" ] ; then - echo -n " " $f - fi - sed -e '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' < $f > new - if [ -n "${safe}" ] ; then - mv $f .Recover - fi - mv new $f - done -fi - rce_files="ChangeLog ChangeLog.2 Makefile.in archures.c bfd-in2.h config.bfd configure.in configure targets.c aoutx.h libaout.h" if ( echo $* | grep keep\-rce > /dev/null ) ; then for i in $rce_files ; do |