From 3d759c53c925566cd94b579aa4751191d40ae4ab Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 12 Aug 1998 10:50:35 +0000 Subject: sanitize-vr5400 -> sanitize-cygnus, for 98r2 --- opcodes/.Sanitize | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'opcodes/.Sanitize') diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 72d7aa7..05d5512 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -299,23 +299,23 @@ else done fi -vr5400_files="ChangeLog mips-opc.c mips-dis.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 mips-opc.c mips-dis.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... -- cgit v1.1