aboutsummaryrefslogtreecommitdiff
path: root/bfd/.Sanitize
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-08-01 05:33:39 +0000
committerJohn Gilmore <gnu@cygnus>1991-08-01 05:33:39 +0000
commitfab4b2d30838d48d038022116802ace41c8a4280 (patch)
treef41d7fdc061b362e810d541903271bffefce9fc0 /bfd/.Sanitize
parentd1c6102119004a0ef75478169d793b9f85af1308 (diff)
downloadgdb-fab4b2d30838d48d038022116802ace41c8a4280.zip
gdb-fab4b2d30838d48d038022116802ace41c8a4280.tar.gz
gdb-fab4b2d30838d48d038022116802ace41c8a4280.tar.bz2
Forgot one more place to remove amdcoff.c reference (sigh).
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r--bfd/.Sanitize11
1 files changed, 8 insertions, 3 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index 5670710..b44ff5d 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -90,13 +90,15 @@ else
fi
if ( echo $* | grep keep\-29k > /dev/null ) ; then
- echo Keeping 29k in amdcoff.c and Makefile.in
+ echo Keeping 29k in amdcoff.c and Makefile.in and targets.c
else
- echo Sanitizing 29k in amdcoff.c and Makefile.in
+ 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`.
@@ -104,7 +106,10 @@ echo Done in `pwd`.
#
#
# $Log$
-# Revision 1.11 1991/08/01 01:27:44 gnu
+# Revision 1.12 1991/08/01 05:33:39 gnu
+# Forgot one more place to remove amdcoff.c reference (sigh).
+#
+# Revision 1.11 1991/08/01 01:27:44 gnu
# Delete CVS.adm from the release!
#
# Revision 1.10 1991/07/31 22:28:30 gnu