* inftarg.c (child_thread_alive): New function to see if a
[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 if ( echo $* | grep keep\-arc > /dev/null ) ; then
19 keep_these_too="arc ${keep_these_too}"
20 else
21 lose_these_too="arc ${lose_these_too}"
22 fi
23
24 # All files listed between the "Things-to-keep:" line and the
25 # "Files-to-sed:" line will be kept. All other files will be removed.
26 # Directories listed in this section will have their own Sanitize
27 # called. Directories not listed will be removed in their entirety
28 # with rm -rf.
29
30 Things-to-keep:
31
32 a29k
33 alpha
34 arm
35 convex
36 gould
37 h8300
38 h8500
39 i386
40 i960
41 m68k
42 m88k
43 mips
44 nm-empty.h
45 nm-lynx.h
46 nm-m3.h
47 nm-nbsd.h
48 nm-sysv4.h
49 none
50 ns32k
51 pa
52 powerpc
53 pyr
54 romp
55 rs6000
56 sh
57 sparc
58 tahoe
59 tm-lynx.h
60 tm-nbsd.h
61 tm-sunos.h
62 tm-sysv4.h
63 vax
64 xm-lynx.h
65 xm-nbsd.h
66 xm-sysv4.h
67 w65
68 z8k
69
70 Things-to-lose:
71
72 Do-last:
73
74 # End of file.
This page took 0.030384 seconds and 4 git commands to generate.