* gdbserver/{remote-gutils.c remote-server.c Makefile.in
[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 a29k
25 arm
26 convex
27 gould
28 h8300
29 h8500
30 i386
31 i960
32 m68k
33 m88k
34 mips
35 nm-sysv4.h
36 nm-trash.h
37 none
38 ns32k
39 pa
40 pyr
41 romp
42 rs6000
43 sh
44 sparc
45 tahoe
46 tm-sunos.h
47 tm-sysv4.h
48 vax
49 xm-sysv4.h
50 z8k
51
52 # Things which are explicitly *not* kept, for now.
53 # i860 - Not yet ready for prime time.
54
55 Do-last:
56
57 # End of file.
This page took 0.031464 seconds and 4 git commands to generate.