Blow away v9 stuff in aout64.h too.
authorJohn Gilmore <gnu@cygnus>
Wed, 24 Jul 1991 00:47:13 +0000 (00:47 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 24 Jul 1991 00:47:13 +0000 (00:47 +0000)
include/.Sanitize

index 3ddc06f147bacda40d2fc1ac82485ed709f9ef59..b64a72b6a9e0878ca0a8aa500b1a7a35bf099edd 100644 (file)
@@ -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