* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / config / .Sanitize
CommitLineData
08df3284
SS
1# .Sanitize for devo/gdb/config.
2
3# Each directory to survive its way into a release will need a file
2d797c08
RP
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
08df3284 14# done in this directory.
2d797c08
RP
15
16Do-first:
17
80a0c990
DE
18if ( echo $* | grep keep\-arc > /dev/null ) ; then
19 keep_these_too="arc ${keep_these_too}"
20else
21 lose_these_too="arc ${lose_these_too}"
22fi
23
2d797c08
RP
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
30Things-to-keep:
31
034ac992 32a29k
3a91417c 33alpha
034ac992
FF
34arm
35convex
36gould
37h8300
38h8500
39i386
034ac992
FF
40i960
41m68k
42m88k
43mips
a6aa45a6 44nm-empty.h
92d47a66 45nm-lynx.h
c2d751d5 46nm-m3.h
84f652b1 47nm-nbsd.h
034ac992 48nm-sysv4.h
034ac992
FF
49none
50ns32k
51pa
b28c019d 52powerpc
034ac992
FF
53pyr
54romp
55rs6000
9faacb92 56sh
034ac992
FF
57sparc
58tahoe
92d47a66 59tm-lynx.h
46cf56fa 60tm-nbsd.h
034ac992
FF
61tm-sunos.h
62tm-sysv4.h
63vax
00bac334 64xm-lynx.h
74d319e0 65xm-nbsd.h
034ac992 66xm-sysv4.h
d723ade7 67w65
034ac992
FF
68z8k
69
87756e15
RP
70Things-to-lose:
71
2d797c08
RP
72Do-last:
73
2d797c08 74# End of file.
This page took 0.171819 seconds and 4 git commands to generate.