diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-16 17:43:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-16 17:43:56 +0000 |
commit | 315f88096f90fca9a77e6b011ef8572f3aaf2c2f (patch) | |
tree | cb2a27d63dd9ec01160ba3bdd832e2a0d2687c17 /opcodes/.Sanitize | |
parent | 6cf9d64e778bd2f95d6f0a24de13333f437b760c (diff) | |
download | gdb-315f88096f90fca9a77e6b011ef8572f3aaf2c2f.zip gdb-315f88096f90fca9a77e6b011ef8572f3aaf2c2f.tar.gz gdb-315f88096f90fca9a77e6b011ef8572f3aaf2c2f.tar.bz2 |
fix up i960xl sanitization
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r-- | opcodes/.Sanitize | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 32a9ead..86c53bb 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -84,27 +84,6 @@ Things-to-lose: Do-last: -i960xl_files="ChangeLog i960-dis.c" -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' -e '/ xl /d' < $f > new - if [ -n "${safe}" ] ; then - mv $f .Recover - fi - mv new $f - done -fi - rce_files="configure.in configure" if ( echo $* | grep keep\-rce > /dev/null ) ; then for i in $rce_files ; do |