From 20ccfb09963d9e8b70bab9b4fa8d8d14374897c9 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 29 Aug 1991 00:35:06 +0000 Subject: [PATCH] paperwork handled for AMD Coff. --- bfd/.Sanitize | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 058517bcc6..a7736a8854 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -93,24 +93,15 @@ else done fi -if ( echo $* | grep keep\-29k > /dev/null ) ; then - echo Keeping 29k in amdcoff.c and Makefile.in and targets.c -else - echo Sanitizing 29k in amdcoff.c and Makefile.in and targets.c - rm -f amdcoff.c - rm -f new - sed -e 's/ amdcoff.[co] / /g' new - mv new Makefile.in - sed -e '/a29kcoff/d' new - mv new targets.c -fi - echo Done in `pwd`. # # # $Log$ -# Revision 1.17 1991/08/22 20:23:12 steve +# Revision 1.18 1991/08/29 00:35:06 gnu +# paperwork handled for AMD Coff. +# +# Revision 1.17 1991/08/22 20:23:12 steve # *** empty log message *** # # Revision 1.16 1991/08/22 07:31:21 gnu -- 2.34.1