From c5b5589ed386dc1289a6bbcbfd4f5976c5d71e58 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 16 Dec 1994 23:29:55 +0000 Subject: [PATCH] Remove duplicate of ARC sanitization. --- ld/.Sanitize | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/ld/.Sanitize b/ld/.Sanitize index 0ffb4fe32ab..528090add2f 100644 --- a/ld/.Sanitize +++ b/ld/.Sanitize @@ -136,34 +136,7 @@ else fi arc_files="ChangeLog configure.in configure" -if ( echo $* | grep keep\-arc > /dev/null ) ; then - for i in $arc_files ; do - if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping arc stuff in $i - fi - fi - done -else - for i in $arc_files ; do - if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"arc\" from $i... - fi - cp $i new - sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/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 configure.in Makefile.in" if ( echo $* | grep keep\-arc > /dev/null ) ; then for i in $arc_files ; do if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then -- 2.30.2