aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-08-29 00:35:06 +0000
committerJohn Gilmore <gnu@cygnus>1991-08-29 00:35:06 +0000
commit20ccfb09963d9e8b70bab9b4fa8d8d14374897c9 (patch)
tree5a50528f7fd432910fbf81da029a3960ce70c2fe /bfd/.Sanitize
parent4d84d6ad738f3d1a2cbbe2f31fe7e51adf01bb06 (diff)
downloadgdb-20ccfb09963d9e8b70bab9b4fa8d8d14374897c9.zip
gdb-20ccfb09963d9e8b70bab9b4fa8d8d14374897c9.tar.gz
gdb-20ccfb09963d9e8b70bab9b4fa8d8d14374897c9.tar.bz2
paperwork handled for AMD Coff.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r--bfd/.Sanitize17
1 files changed, 4 insertions, 13 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index 058517b..a7736a8 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' <Makefile.in >new
- mv new Makefile.in
- sed -e '/a29kcoff/d' <targets.c >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