diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-09-10 00:25:16 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-09-10 00:25:16 +0000 |
commit | 25533a3822f1f1671317fcff075095dc2f92d93c (patch) | |
tree | 7ed446095717e56355ed58c1429eba4ed99d3f22 /gas/.Sanitize | |
parent | 29b35953e33f0585e731f4a1f317ca79d54fef04 (diff) | |
download | gdb-25533a3822f1f1671317fcff075095dc2f92d93c.zip gdb-25533a3822f1f1671317fcff075095dc2f92d93c.tar.gz gdb-25533a3822f1f1671317fcff075095dc2f92d93c.tar.bz2 |
Remove arc sanitization.
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r-- | gas/.Sanitize | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize index 1333b2e..a74808a 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -112,34 +112,6 @@ Things-to-lose: Do-last: -arc_files="ChangeLog configure.in configure Makefile.am Makefile.in ChangeLog.1" -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 - if ( echo $* | grep keep\-gm > /dev/null ) ; then for i in * ; do if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then |