diff options
Diffstat (limited to 'include/.Sanitize')
-rw-r--r-- | include/.Sanitize | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/include/.Sanitize b/include/.Sanitize index 3ddc06f..b64a72b 100644 --- a/include/.Sanitize +++ b/include/.Sanitize @@ -87,12 +87,25 @@ else mv new sparc-opcode.h fi +if ( echo $* | grep keep\-v9 > /dev/null ) ; then + echo Keeping v9 in aout64.h. +else + echo Sanitizing v9 in aout64.h. + rm -f new + grep -v v9 aout64.h > new + rm aout64.h + mv new aout64.h +fi + echo Done in `pwd`. # # # $Log$ -# Revision 1.4 1991/07/15 23:34:14 steve +# Revision 1.5 1991/07/24 00:47:13 gnu +# Blow away v9 stuff in aout64.h too. +# +# Revision 1.4 1991/07/15 23:34:14 steve # *** empty log message *** # # Revision 1.3 1991/06/14 22:14:07 steve |