* corelow.c, exec.c, inftarg.c, m3-nat.c, op50-rom.c, procfs.c,
[deliverable/binutils-gdb.git] / gdb / config / .Sanitize
1 # .Sanitize for devo/gdb/config.
2
3 # Each directory to survive its way into a release will need a file
4 # like this one called "./.Sanitize". All keyword lines must exist,
5 # and must exist in the order specified by this file. Each directory
6 # in the tree will be processed, top down, in the following order.
7
8 # Hash started lines like this one are comments and will be deleted
9 # before anything else is done. Blank lines will also be squashed
10 # out.
11
12 # The lines between the "Do-first:" line and the "Things-to-keep:"
13 # line are executed as a /bin/sh shell script before anything else is
14 # done in this directory.
15
16 Do-first:
17
18 # All files listed between the "Things-to-keep:" line and the
19 # "Files-to-sed:" line will be kept. All other files will be removed.
20 # Directories listed in this section will have their own Sanitize
21 # called. Directories not listed will be removed in their entirety
22 # with rm -rf.
23
24 Things-to-keep:
25
26 a29k
27 alpha
28 arm
29 convex
30 gould
31 h8300
32 h8500
33 i386
34 i960
35 m68k
36 m88k
37 mips
38 nm-empty.h
39 nm-lynx.h
40 nm-m3.h
41 nm-nbsd.h
42 nm-sysv4.h
43 none
44 ns32k
45 pa
46 pyr
47 romp
48 rs6000
49 sh
50 sparc
51 tahoe
52 tm-lynx.h
53 tm-nbsd.h
54 tm-sunos.h
55 tm-sysv4.h
56 vax
57 xm-lynx.h
58 xm-nbsd.h
59 xm-sysv4.h
60 z8k
61
62 Things-to-lose:
63
64 Do-last:
65
66 # End of file.
This page took 0.031856 seconds and 4 git commands to generate.