diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/.Sanitize | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize index 0ffb4fe..528090a 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 |