diff options
author | Ken Raeburn <raeburn@cygnus> | 1998-08-12 02:18:03 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1998-08-12 02:18:03 +0000 |
commit | 1a85826ebcb474e79cc895c05ef71923c2b8efbe (patch) | |
tree | ea1f387a3a423979a56e18001e86ae445f970fbc /bfd/.Sanitize | |
parent | b3bd5b15117f18a12f3db3e6752d965df081c8fe (diff) | |
download | gdb-1a85826ebcb474e79cc895c05ef71923c2b8efbe.zip gdb-1a85826ebcb474e79cc895c05ef71923c2b8efbe.tar.gz gdb-1a85826ebcb474e79cc895c05ef71923c2b8efbe.tar.bz2 |
sanitize-vr5400 -> sanitize-cygnus
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 5350fd2..30e09e4 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -470,23 +470,23 @@ else done fi -vr5400_files="ChangeLog ChangeLog-9697 archures.c bfd-in2.h bfd-in.h cpu-mips.c elf32-mips.c" -if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then - for i in $vr5400_files ; do - if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then +cygnus_files="ChangeLog ChangeLog-9697 archures.c bfd-in2.h bfd-in.h cpu-mips.c elf32-mips.c" +if ( echo $* | grep keep\-cygnus > /dev/null ) ; then + for i in $cygnus_files ; do + if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then if [ -n "${verbose}" ] ; then - echo Keeping vr5400 stuff in $i + echo Keeping Cygnus stuff in $i fi fi done else - for i in $vr5400_files ; do - if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then + for i in $cygnus_files ; do + if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then if [ -n "${verbose}" ] ; then - echo Removing traces of \"vr5400\" from $i... + echo Removing traces of \"cygnus\" from $i... fi cp $i new - sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new + sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new if [ -n "${safe}" -a ! -f .Recover/$i ] ; then if [ -n "${verbose}" ] ; then echo Caching $i in .Recover... |