diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-24 03:39:19 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-24 03:39:19 +0000 |
commit | cc88a106332c4de292b1f984633dfb65b78e4e2f (patch) | |
tree | a72ed74a641ac58489a7748a85f7762db73be659 /gas/doc/.Sanitize | |
parent | d2245e2b493a7a3165d6422bf02bfbaf26d0f811 (diff) | |
download | fsf-binutils-gdb-cc88a106332c4de292b1f984633dfb65b78e4e2f.zip fsf-binutils-gdb-cc88a106332c4de292b1f984633dfb65b78e4e2f.tar.gz fsf-binutils-gdb-cc88a106332c4de292b1f984633dfb65b78e4e2f.tar.bz2 |
remove d30v sanitization
Diffstat (limited to 'gas/doc/.Sanitize')
-rw-r--r-- | gas/doc/.Sanitize | 37 |
1 files changed, 1 insertions, 36 deletions
diff --git a/gas/doc/.Sanitize b/gas/doc/.Sanitize index 3e50739..fd109e3 100644 --- a/gas/doc/.Sanitize +++ b/gas/doc/.Sanitize @@ -15,14 +15,6 @@ Do-first: -d30v_files="c-d30v.texi" - -if ( echo $* | grep keep\-d30v > /dev/null ) ; then - keep_these_too="${d30v_files} ${keep_these_too}" -else - lose_these_too="${d30v_files} ${lose_these_too}" -fi - # All files listed between the "Things-to-keep:" line and the # "Do-last:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize @@ -39,6 +31,7 @@ as.texinfo c-a29k.texi c-arm.texi c-d10v.texi +c-d30v.texi c-h8300.texi c-h8500.texi c-hppa.texi @@ -95,34 +88,6 @@ else done fi -d30v_files="as.texinfo all.texi" -if ( echo $* | grep keep\-d30v > /dev/null ) ; then - for i in $d30v_files ; do - if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping d30v stuff in $i - fi - fi - done -else - for i in $d30v_files ; do - if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"d30v\" from $i... - fi - cp $i new - sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/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 - m32rx_files="c-m32r.texi as.texinfo" if ( echo $* | grep keep\-m32rx > /dev/null ) ; then for i in $m32rx_files ; do |