sp64.mt: New file.
[deliverable/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 # sp64sim.h tm-sp64sim.h not currently used. Left in for now.
18 keep_these_too="sp64.mt tm-sp64.h sp64sim.h tm-sp64sim.h"
19 fi
20
21 # All files listed between the "Things-to-keep:" line and the
22 # "Files-to-sed:" line will be kept. All other files will be removed.
23 # Directories listed in this section will have their own Sanitize
24 # called. Directories not listed will be removed in their entirety
25 # with rm -rf.
26
27 Things-to-keep:
28
29 nm-sun4os4.h
30 sparc-em.mt
31 sparclite.mt
32 sun4os4.mh
33 sun4os4.mt
34 sun4sol2.mh
35 sun4sol2.mt
36 tm-sparc.h
37 tm-sparclite.h
38 tm-spc-em.h
39 tm-sun4os4.h
40 tm-sun4sol2.h
41 tm-vxsparc.h
42 vxsparc.mt
43 xm-sparc.h
44 xm-sun4os4.h
45 xm-sun4sol2.h
46
47 Things-to-lose:
48
49 .Sanitize
50
51 Do-last:
52
53 # End of file.
This page took 0.031453 seconds and 4 git commands to generate.