aboutsummaryrefslogtreecommitdiff
path: root/include/.Sanitize
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-07-31 17:36:04 +0000
committerJohn Gilmore <gnu@cygnus>1991-07-31 17:36:04 +0000
commit3097f7184aadba62ae87fde41d0231a726fd9200 (patch)
treeeb9ee0c5cb9e7daf93a2705fa5fe565587a777be /include/.Sanitize
parent3c8a3c56e4007e356d964afc9dbf1f15c7ed1c6b (diff)
downloadgdb-3097f7184aadba62ae87fde41d0231a726fd9200.zip
gdb-3097f7184aadba62ae87fde41d0231a726fd9200.tar.gz
gdb-3097f7184aadba62ae87fde41d0231a726fd9200.tar.bz2
Remove amdcoff.h by default because its copyright is not assigned to FSF.
"Sanitize -keep-29k" will keep it.
Diffstat (limited to 'include/.Sanitize')
-rw-r--r--include/.Sanitize13
1 files changed, 12 insertions, 1 deletions
diff --git a/include/.Sanitize b/include/.Sanitize
index 238aa21..9497e33 100644
--- a/include/.Sanitize
+++ b/include/.Sanitize
@@ -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.
#