diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-07-26 23:07:08 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-07-26 23:07:08 +0000 |
commit | b55701fa464089d15a094830f83fbe3c0fff917a (patch) | |
tree | 3de87a0af85b09ba989c91212710424c644ba5a2 /include/coff | |
parent | c5b34aeeda32763a282f6222bbeed92a4c5290cf (diff) | |
download | gdb-b55701fa464089d15a094830f83fbe3c0fff917a.zip gdb-b55701fa464089d15a094830f83fbe3c0fff917a.tar.gz gdb-b55701fa464089d15a094830f83fbe3c0fff917a.tar.bz2 |
i960xl support (sanitized)
Diffstat (limited to 'include/coff')
-rw-r--r-- | include/coff/.Sanitize | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/coff/.Sanitize b/include/coff/.Sanitize index 1b399c9..80f1131 100644 --- a/include/coff/.Sanitize +++ b/include/coff/.Sanitize @@ -50,4 +50,25 @@ Things-to-lose: Do-last: +i960xl_files="ChangeLog i960.h" +if ( echo $* | grep keep\-i960xl > /dev/null ) ; then + if [ -n "${verbose}" ] ; then + echo Keeping i960xl stuff in $i960xl_files. + fi +else + if [ -n "${verbose}" ]; then + echo -n Cleaning i960xl in `pwd`: + fi + for f in $i960xl_files ; do + if [ -n "${verbose}" ] ; then + echo -n " " $f + fi + sed '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' < $f > new + if [ -n "${safe}" ] ; then + mv $f .Recover + fi + mv new $f + done +fi + # End of file. |