Do-first:
-mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw"
-
-if ( echo $* | grep keep\-mpw > /dev/null ) ; then
- keep_these_too="${mpw_files} ${keep_these_too}"
-else
- lose_these_too="${mpw_files} ${lose_these_too}"
-fi
-
rce_files="cpu-rce.c aout-rce.c"
if ( echo $* | grep keep\-rce > /dev/null ) ; then
VERSION
aix386-core.c
aout-adobe.c
+aout-arm.c
aout-encap.c
aout-ns32k.c
aout-target.h
cf-sparclynx.c
cisco-core.c
coff-a29k.c
+coff-arm.c
coff-alpha.c
coff-apollo.c
coff-go32.c
i386netbsd.c
i386lynx.c
i386mach3.c
+i386msdos.c
i386os9k.c
ieee.c
init.c
m88kmach3.c
makefile.dos
mipsbsd.c
+mpw-config.in
+mpw-make.in
newsos3.c
netbsd.h
nlm-target.h
opncls.c
osf-core.c
pc532-mach.c
+pe-arm.c
+pei-arm.c
+pe-i386.c
+pei-i386.c
ptrace-core.c
reloc.c
reloc16.c
targets.c
tekhex.c
trad-core.c
+versados.c
Things-to-lose:
Do-last:
-mpwfiles="ecoffswap.h 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
-
i960xl_files="ChangeLog archures.c bfd-in2.h cpu-i960.c coffcode.h"
if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
if [ -n "${verbose}" ] ; then