projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c99422
)
no more v9 code in aoutx.h
author
David D. Zuhn
<zoo@cygnus>
Sat, 13 Feb 1993 08:56:24 +0000
(08:56 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Sat, 13 Feb 1993 08:56:24 +0000
(08:56 +0000)
bfd/.Sanitize
patch
|
blob
|
history
diff --git
a/bfd/.Sanitize
b/bfd/.Sanitize
index 759a629d5b7f5bdcf430a4077afab23dc9556f02..9f52aa357fbc47e21ba2d48a190b8126c77b12c9 100644
(file)
--- a/
bfd/.Sanitize
+++ b/
bfd/.Sanitize
@@
-124,20
+124,4
@@
trad-core.c
Do-last:
-if ( echo $* | grep keep\-v9 > /dev/null ) ; then
- echo Keeping v9 in aoutx.h
-else
- echo Sanitizing v9 in aoutx.h
- rm -f new
- while grep -s start-sanitize-v9 aoutx.h ; do
- sed -e '/start-sanitize-v9/,/end-sanitize-v9/d' <aoutx.h >new
- if [ -n "${safe}" ] ; then
- mv aoutx.h .Recover
- else
- rm aoutx.h
- fi
- mv new aoutx.h
- done
-fi
-
# End of file.