diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-07 19:05:23 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-07 19:05:23 +0000 |
commit | fbe3316aba384833c8b9de0288a0d07d593d7958 (patch) | |
tree | 8e9ce882f7bd0869b03d4c371e8310cb7c2b8bce /bfd/.Sanitize | |
parent | 442da995756679cdbf45c9915e4a3474c451b7d3 (diff) | |
download | gdb-fbe3316aba384833c8b9de0288a0d07d593d7958.zip gdb-fbe3316aba384833c8b9de0288a0d07d593d7958.tar.gz gdb-fbe3316aba384833c8b9de0288a0d07d593d7958.tar.bz2 |
Fri Jan 7 10:34:47 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in: Replace 8-bit chars with their names.
* coffswap.h (coff_swap_scnhdr_out): Add alternative version with
partly-expanded macros.
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index bf59e2c..4707a0a 100644 --- a/bfd/.Sanitize +++ b/bfd/.Sanitize @@ -219,4 +219,27 @@ else fi +mpwfiles="coffswap.h" +if ( echo $* | grep keep\-mpw > /dev/null ) ; then + if [ -n "${verbose}" ] ; then + echo Keeping mpw stuff in $mpwfiles. + fi +else + if [ -n "${verbose}" ]; then + echo -n Cleaning mpw in `pwd`: + fi + for f in $mpwfiles ; do + if [ -n "${verbose}" ] ; then + echo -n " " $f + fi + sed '/start\-sanitize\-mpw/,/end\-sanitize\-mpw/d' < $f > new + if [ -n "${safe}" ] ; then + mv $f .Recover + fi + mv new $f + done + chmod a+x config.bfd +fi + + # End of file. |