Remove amdcoff.h by default because its copyright is not assigned to FSF.
authorJohn Gilmore <gnu@cygnus>
Wed, 31 Jul 1991 17:36:04 +0000 (17:36 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 31 Jul 1991 17:36:04 +0000 (17:36 +0000)
"Sanitize -keep-29k" will keep it.

include/.Sanitize

index 238aa219fd63857777783c7b408e8e2b40afc0a9..9497e3326d106b1e617591c76c8e10d0f5066cdf 100644 (file)
@@ -97,12 +97,23 @@ else
        mv new aout64.h
 fi
 
+if ( echo $* | grep keep\-29k > /dev/null ) ; then
+       echo Keeping 29k in amdcoff.h
+else
+       echo Sanitizing 29k in amdcoff.h
+       rm -f amdcoff.h
+fi
+
 echo Done in `pwd`.
 
 #
 #
 # $Log$
-# Revision 1.7  1991/07/31 03:11:46  gnu
+# Revision 1.8  1991/07/31 17:36:04  gnu
+# Remove amdcoff.h by default because its copyright is not assigned to FSF.
+# "Sanitize -keep-29k" will keep it.
+#
+# Revision 1.7  1991/07/31  03:11:46  gnu
 # Remove symseg.h, the ancient GDB symbol-segments (gdb-specific debug
 # information) definition.
 #
This page took 0.024728 seconds and 4 git commands to generate.