diff options
author | K. Richard Pixley <rich@cygnus> | 1991-05-23 17:11:51 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-05-23 17:11:51 +0000 |
commit | b5a33fb7319cec0134278f988318c341c8be55da (patch) | |
tree | ba00e977e1673e7cbea6b1c9822906039a78e505 | |
parent | 0fd8d5d9631f69cc064c8b339d9601bd04fdfabd (diff) | |
download | gdb-b5a33fb7319cec0134278f988318c341c8be55da.zip gdb-b5a33fb7319cec0134278f988318c341c8be55da.tar.gz gdb-b5a33fb7319cec0134278f988318c341c8be55da.tar.bz2 |
No tc-sparc.c here.
-rw-r--r-- | gas/config/vms/.Sanitize | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/gas/config/vms/.Sanitize b/gas/config/vms/.Sanitize index d59eb1c..116a0eb 100644 --- a/gas/config/vms/.Sanitize +++ b/gas/config/vms/.Sanitize @@ -33,20 +33,15 @@ vms.c Do-last: -if ( echo $* | grep keep\-v9 > /dev/null ) ; then - echo Keeping v9 stuff in tc-sparc.c. -else - echo Cleaning tc-sparc.c... - sed '/start\-sanitize/,/end-sanitize/d' < tc-sparc.c > new - mv new tc-sparc.c -fi - echo Done in `pwd`. # # # $Log$ -# Revision 1.1 1991/05/23 17:10:40 rich +# Revision 1.2 1991/05/23 17:11:51 rich +# No tc-sparc.c here. +# +# Revision 1.1 1991/05/23 17:10:40 rich # Initial revision # # Revision 1.1 1991/05/23 17:09:03 rich |