diff options
author | Jim Wilson <wilson@tuliptree.org> | 1996-06-08 03:18:15 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1996-06-08 03:18:15 +0000 |
commit | ed381b67194761db012cafa444e02d4e80839a09 (patch) | |
tree | 89996421a56143d496699b9e83fd24ac0a036e99 /opcodes/.Sanitize | |
parent | 1b79e6e2cd4bd6ffd2e7a6db96643e0ed4435b01 (diff) | |
download | gdb-ed381b67194761db012cafa444e02d4e80839a09.zip gdb-ed381b67194761db012cafa444e02d4e80839a09.tar.gz gdb-ed381b67194761db012cafa444e02d4e80839a09.tar.bz2 |
Kill r16/rce/acp stuff.
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r-- | opcodes/.Sanitize | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 86c53bb..39e23fe 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -15,14 +15,6 @@ Do-first: -rce_files="rce-dis.c rce-opc.h" - -if ( echo $* | grep keep\-rce > /dev/null ) ; then - keep_these_too="${rce_files} ${keep_these_too}" -else - lose_these_too="${rce_files} ${lose_these_too}" -fi - arc_files="arc-dis.c arc-opc.c" if ( echo $* | grep keep\-arc > /dev/null ) ; then @@ -84,34 +76,6 @@ Things-to-lose: Do-last: -rce_files="configure.in configure" -if ( echo $* | grep keep\-rce > /dev/null ) ; then - for i in $rce_files ; do - if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping rce stuff in $i - fi - fi - done -else - for i in $rce_files ; do - if test ! -d $i && (grep sanitize-rce $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"rce\" from $i... - fi - cp $i new - sed '/start\-sanitize\-rce/,/end-\sanitize\-rce/d' < $i > new - if [ -n "${safe}" -a ! -f .Recover/$i ] ; then - if [ -n "${verbose}" ] ; then - echo Caching $i in .Recover... - fi - mv $i .Recover - fi - mv new $i - fi - done -fi - arc_files="ChangeLog Makefile.in configure.in configure disassemble.c" if ( echo $* | grep keep\-arc > /dev/null ) ; then for i in $arc_files ; do |