old-cross-binutils/ld/config/.Sanitize

134 lines
2.4 KiB
Text
Raw Normal View History

1993-02-13 09:10:57 +00:00
# .Sanitize for devo/ld/config
1991-05-23 21:49:14 +00:00
1993-02-13 09:10:57 +00:00
# Each directory to survive its way into a release will need a file
1991-05-23 21:49:14 +00:00
# like this one called "./.Sanitize". All keyword lines must exist,
# and must exist in the order specified by this file. Each directory
# in the tree will be processed, top down, in the following order.
# Hash started lines like this one are comments and will be deleted
# before anything else is done. Blank lines will also be squashed
# out.
# The lines between the "Do-first:" line and the "Things-to-keep:"
# line are executed as a /bin/sh shell script before anything else is
1993-02-13 09:10:57 +00:00
# done in this directory.
1991-05-23 21:49:14 +00:00
Do-first:
1994-12-14 00:44:50 +00:00
arc_files="arc-elf.mt"
if ( echo $* | grep keep\-arc > /dev/null ) ; then
keep_these_too="${arc_files} ${keep_these_too}"
else
lose_these_too="${arc_files} ${lose_these_too}"
fi
rce_files="rce-aout.mt"
if ( echo $* | grep keep\-rce > /dev/null ) ; then
keep_these_too="${rce_files} ${keep_these_too}"
else
lose_these_too="${rce_files} ${lose_these_too}"
fi
1991-05-23 21:49:14 +00:00
# All files listed between the "Things-to-keep:" line and the
1993-02-13 09:10:57 +00:00
# "Do-last:" line will be kept. All other files will be removed.
1991-05-23 21:49:14 +00:00
# Directories listed in this section will have their own Sanitize
# called. Directories not listed will be removed in their entirety
# with rm -rf.
Things-to-keep:
1992-07-23 19:01:34 +00:00
1993-10-19 19:52:33 +00:00
alpha.mt
1993-06-30 20:56:07 +00:00
alphaosf.mh
cf-h8300h.mt
1992-07-23 19:01:34 +00:00
coff-a29k.mt
coff-h8300.mt
1993-04-09 17:46:13 +00:00
coff-h8500.mt
coff-sh.mt
1994-02-24 16:49:21 +00:00
coff-sparc.mt
coff-w65.mt
delta88.mh
dgux.mh
ebmon29k.mt
go32.mh
go32.mt
1993-02-13 09:10:57 +00:00
hp300.mh
1992-07-23 19:01:34 +00:00
hp300bsd.mt
hp300hpux.mt
1994-02-08 00:40:55 +00:00
hppaelf.mh
hppaelf.mt
i386-aout.mt
1993-02-28 14:46:25 +00:00
i386-bsd.mt
1992-09-11 17:47:01 +00:00
i386-coff.mt
i386-elf.mt
i386-gelf.mt
i386-gnu.mt
i386-go32.mt
i386-laout.mt
1993-08-18 22:54:11 +00:00
i386-linux.mt
1993-09-28 20:59:59 +00:00
i386-lynx.mt
1993-10-29 19:15:57 +00:00
i386-mach.mt
i386-nbsd.mt
i386-nw.mt
i386-pe.mt
1994-03-08 12:25:06 +00:00
i386bsd.mh
i386linux.mh
1994-11-14 16:54:44 +00:00
i386lynx.mh
i386sco.mh
i386v.mh
i386v.mt
i386v4.mh
1993-02-13 09:10:57 +00:00
i960.mt
1994-05-08 05:37:17 +00:00
i960coff.mt
1992-07-23 19:01:34 +00:00
ieee-h8300.mt
irix4.mh
m68k-coff.mt
1995-04-15 08:21:11 +00:00
m68k-elf.mt
1993-09-28 20:59:59 +00:00
m68k-lynx.mt
m68k-nbsd.mt
m68k.mt
1994-09-12 21:06:35 +00:00
m68klynx.mh
m68kv.mt
m88k-bcs.mt
1993-02-03 17:11:22 +00:00
mips-big.mt
mips-idt.mt
mips-lit.mt
mipsb-elf32.mt
mipsbsd.mh
mipsbsd.mt
mipsl-elf32.mt
1994-05-08 05:37:17 +00:00
mipsl-idt.mt
news.mt
ns32k-nbsd.mt
1992-08-24 22:32:46 +00:00
ose68.mt
1994-11-15 09:15:56 +00:00
pc532mach.mt
ppc-elf32.mt
ppc-nw.mt
1995-05-09 21:23:44 +00:00
ppcle-elf32.mt
1994-11-15 09:15:56 +00:00
riscix.mt
1992-07-23 19:01:34 +00:00
rtbsd.mh
sa29200.mt
solaris2.mh
1992-07-23 19:01:34 +00:00
sparc-ll.mh
1993-11-01 19:27:15 +00:00
sparc-lynx.mt
sparc-nbsd.mt
sparc64-elf.mt
1992-07-23 19:01:34 +00:00
st2000.mt
sun3.mh
sun3.mt
sun4.mt
sun4sol2.mt
vax.mt
1994-01-04 16:35:49 +00:00
vsta.mt
vxworks68.mt
1992-09-30 14:35:19 +00:00
z8ksim.mt
1993-02-13 09:10:57 +00:00
1993-05-27 06:44:29 +00:00
Things-to-lose:
1993-02-13 09:10:57 +00:00
# The lines between the "Do-last:" line and the end of the file
# are executed as a /bin/sh shell script after everything else is
# done.
1991-05-23 21:49:14 +00:00
Do-last: