diff options
author | John Gilmore <gnu@cygnus> | 1991-07-31 17:37:02 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-31 17:37:02 +0000 |
commit | de02577e97426813230e219f408318c8dd496e7c (patch) | |
tree | 3d9a1688b56a888c490adc6176077c625c5b835d /bfd/.Sanitize | |
parent | 3097f7184aadba62ae87fde41d0231a726fd9200 (diff) | |
download | gdb-de02577e97426813230e219f408318c8dd496e7c.zip gdb-de02577e97426813230e219f408318c8dd496e7c.tar.gz gdb-de02577e97426813230e219f408318c8dd496e7c.tar.bz2 |
Remove amdcoff.c (and its name from Makefile.in) by default, because
its copyright is not yet assigned to FSF.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 6724ccf..a9dfc0e 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -91,12 +91,26 @@ else done fi +if ( echo $* | grep keep\-29k > /dev/null ) ; then + echo Keeping 29k in amdcoff.c and Makefile.in +else + echo Sanitizing 29k in amdcoff.c and Makefile.in + rm -f amdcoff.c + rm -f new + sed -e 's/ amdcoff.[co] / /g' <Makefile.in >new + mv new Makefile.in +fi + echo Done in `pwd`. # # # $Log$ -# Revision 1.8 1991/07/31 07:54:31 gnu +# Revision 1.9 1991/07/31 17:37:00 gnu +# Remove amdcoff.c (and its name from Makefile.in) by default, because +# its copyright is not yet assigned to FSF. +# +# Revision 1.8 1991/07/31 07:54:31 gnu # Better sanitize aoutx.h too! # # Revision 1.7 1991/07/16 00:39:03 steve |