Remove amdcoff.c (and its name from Makefile.in) by default, because

its copyright is not yet assigned to FSF.
This commit is contained in:
John Gilmore 1991-07-31 17:37:02 +00:00
parent 3097f7184a
commit de02577e97
2 changed files with 15 additions and 4 deletions

View File

@ -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

View File

@ -267,6 +267,3 @@ texdoc:
quickdoc: $(DSRC) docs
tex bfd.texinfo