Initial versions of port to sparc64 simulators.
[binutils-gdb.git] / gdb / config / sparc / .Sanitize
1 # Each directory to survive it's way into a release will need a file
2 # like this one called "./.Sanitize". All keyword lines must exist,
3 # and must exist in the order specified by this file. Each directory
4 # in the tree will be processed, top down, in the following order.
5
6 # Hash started lines like this one are comments and will be deleted
7 # before anything else is done. Blank lines will also be squashed
8 # out.
9
10 # The lines between the "Do-first:" line and the "Things-to-keep:"
11 # line are executed as a /bin/sh shell script before anything else is
12 # done in this
13
14 Do-first:
15
16 if ( echo $* | grep keep\-v9 > /dev/null ) ; then
17 keep_these_too="sp64sim.mt tm-sp64.h tm-sp64sim.h"
18 fi
19
20 # All files listed between the "Things-to-keep:" line and the
21 # "Files-to-sed:" line will be kept. All other files will be removed.
22 # Directories listed in this section will have their own Sanitize
23 # called. Directories not listed will be removed in their entirety
24 # with rm -rf.
25
26 Things-to-keep:
27
28 nm-sun4os4.h
29 sparc-em.mt
30 sparclite.mt
31 sun4os4.mh
32 sun4os4.mt
33 sun4sol2.mh
34 sun4sol2.mt
35 tm-sparc.h
36 tm-sparclite.h
37 tm-spc-em.h
38 tm-sun4os4.h
39 tm-sun4sol2.h
40 tm-vxsparc.h
41 vxsparc.mt
42 xm-sparc.h
43 xm-sun4os4.h
44 xm-sun4sol2.h
45
46 Things-to-lose:
47
48 Do-last:
49
50 # End of file.