diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-05-20 18:09:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-05-20 18:09:48 +0000 |
commit | d5e29b6090f740a9676a672e1e206e9096f7bb7d (patch) | |
tree | 34714d26bdd5f5bea49d44a5d49e7e0678796da0 /binutils/.Sanitize | |
parent | 95b77361abe9d5bcc44e0dac3a972cfdd82382ce (diff) | |
download | gdb-d5e29b6090f740a9676a672e1e206e9096f7bb7d.zip gdb-d5e29b6090f740a9676a672e1e206e9096f7bb7d.tar.gz gdb-d5e29b6090f740a9676a672e1e206e9096f7bb7d.tar.bz2 |
Remove sanitization of PowerPC NetWare.
Diffstat (limited to 'binutils/.Sanitize')
-rw-r--r-- | binutils/.Sanitize | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize index 74b92ee..8edcc12 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -94,24 +94,3 @@ version.c Things-to-lose: Do-last: - -ppcfiles="ChangeLog nlmconv.c" -if ( echo $* | grep keep\-powerpc\-netware > /dev/null ) ; then - if [ -n "${verbose}" ] ; then - echo Keeping PowerPC NetWare stuff in $ppcfiles. - fi -else - if [ -n "${verbose}" ]; then - echo -n Removing PowerPC NetWare in `pwd`: - fi - for f in $ppcfiles ; do - if [ -n "${verbose}" ] ; then - echo -n " " $f - fi - sed '/start\-sanitize\-powerpc\-netware/,/end\-sanitize\-powerpc\-netware/d' < $f > new - if [ -n "${safe}" ] ; then - mv $f .Recover - fi - mv new $f - done -fi |