added things-to-lose sections
[deliverable/binutils-gdb.git] / gdb / config / .Sanitize
CommitLineData
2d797c08
RP
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
14Do-first:
15
2d797c08
RP
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
22Things-to-keep:
23
034ac992
FF
24a29k
25arm
26convex
27gould
28h8300
29h8500
30i386
034ac992
FF
31i960
32m68k
33m88k
34mips
35nm-sysv4.h
36nm-trash.h
37none
38ns32k
39pa
40pyr
41romp
42rs6000
9faacb92 43sh
034ac992
FF
44sparc
45tahoe
46tm-sunos.h
47tm-sysv4.h
48vax
49xm-sysv4.h
50z8k
51
87756e15 52
e26140c2
FF
53# Things which are explicitly *not* kept, for now.
54# i860 - Not yet ready for prime time.
55
87756e15
RP
56Things-to-lose:
57
58i860
59
2d797c08
RP
60Do-last:
61
2d797c08 62# End of file.
This page took 0.082326 seconds and 4 git commands to generate.