* config/ncr3000.mt: New target config file.
[deliverable/binutils-gdb.git] / gdb / config / .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 # All files listed between the "Things-to-keep:" line and the
17 # "Files-to-sed:" line will be kept. All other files will be removed.
18 # Directories listed in this section will have their own Sanitize
19 # called. Directories not listed will be removed in their entirety
20 # with rm -rf.
21
22 Things-to-keep:
23
24 3b1.mh
25 3b1.mt
26 a29k-kern.mt
27 a29k-udi.mt
28 a29k.mt
29 altos.mh
30 altos.mt
31 altosgas.mh
32 altosgas.mt
33 amix.mh
34 amix.mt
35 apollo68v.mh
36 arm.mh
37 arm.mt
38 bigmips.mh
39 bigmips.mt
40 convex.mh
41 convex.mt
42 decstation.mh
43 decstation.mt
44 delta88.mh
45 delta88.mt
46 h8300hms.mt
47 hp300bsd.mh
48 hp300bsd.mt
49 hp300hpux.mh
50 hp300hpux.mt
51 i386aout.mt
52 i386mach.mh
53 i386sco.mh
54 i386sco.mt
55 i386v-g.mh
56 i386v-g.mt
57 i386v.mh
58 i386v.mt
59 i386v32-g.mh
60 i386v32-g.mt
61 i386v32.mh
62 i386v32.mt
63 i386v4.mh
64 i386v4.mt
65 i960.mt
66 irix3.mh
67 irix3.mt
68 irix4.mh
69 isi.mh
70 isi.mt
71 littlemips.mh
72 littlemips.mt
73 m88k.mh
74 m88k.mt
75 merlin.mh
76 merlin.mt
77 ncr3000.mh
78 ncr3000.mt
79 news.mh
80 news.mt
81 news1000.mh
82 news1000.mt
83 nindy960.mt
84 none.mh
85 none.mt
86 np1.mh
87 np1.mt
88 os68k.mt
89 pn.mh
90 pn.mt
91 pyramid.mh
92 pyramid.mt
93 rs6000.mh
94 rs6000.mt
95 rtbsd.mh
96 stratus.mh
97 stratus.mt
98 sun2os3.mh
99 sun2os3.mt
100 sun2os4.mh
101 sun2os4.mt
102 sun3.mh
103 sun3.mt
104 sun386.mh
105 sun386.mt
106 sun3os3.mh
107 sun3os3.mt
108 sun3os4.mh
109 sun3os4.mt
110 sun4.mh
111 sun4.mt
112 sun4os3.mh
113 sun4os3.mt
114 sun4os4.mh
115 sun4os4.mt
116 sun4os5.mh
117 sun4os5.mt
118 symmetry.mh
119 symmetry.mt
120 tahoe.mh
121 tahoe.mt
122 ultra3.mh
123 ultra3.mt
124 umax.mh
125 umax.mt
126 vax.mt
127 vaxbsd.mh
128 vaxult.mh
129 vxworks68.mt
130 vxworks960.mt
131
132 Do-last:
133
134 echo Done in `pwd`.
135
136 # End of file.
This page took 0.031872 seconds and 4 git commands to generate.