]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/config/.Sanitize
Initial revision
[thirdparty/binutils-gdb.git] / gdb / config / .Sanitize
1 # Sanitize.in for devo.
2 # $Id$
3 #
4
5 # Each directory to survive it's way into a release will need a file
6 # like this one called "./.Sanitize". All keyword lines must exist,
7 # and must exist in the order specified by this file. Each directory
8 # in the tree will be processed, top down, in the following order.
9
10 # Hash started lines like this one are comments and will be deleted
11 # before anything else is done. Blank lines will also be squashed
12 # out.
13
14 # The lines between the "Do-first:" line and the "Things-to-keep:"
15 # line are executed as a /bin/sh shell script before anything else is
16 # done in this
17
18 Do-first:
19
20 echo Sanitizing `pwd`...
21
22 # All files listed between the "Things-to-keep:" line and the
23 # "Files-to-sed:" line will be kept. All other files will be removed.
24 # Directories listed in this section will have their own Sanitize
25 # called. Directories not listed will be removed in their entirety
26 # with rm -rf.
27
28 Things-to-keep:
29
30 3b1
31 altos
32 altosgas
33 am29k
34 arm
35 bigmips
36 convex
37 hp300bsd
38 hp300hpux
39 i386sco
40 i386v
41 i386v-g
42 i386v32
43 i386v32-g
44 i960
45 isi
46 littlemips
47 m88k
48 merlin
49 news
50 news1000
51 nindy960
52 none
53 np1
54 pn
55 pyramid
56 sun2os3
57 sun2os4
58 sun3
59 sun386
60 sun3os3
61 sun3os4
62 sun4
63 sun4os3
64 sun4os4
65 symmetry
66 tahoe
67 umax
68 vax
69 vxworks68
70 vxworks960
71
72 Do-last:
73
74 echo Done in `pwd`.
75
76 #
77 #
78 # $Log$
79 # Revision 1.1 1991/05/23 22:05:24 rich
80 # Initial revision
81 #
82 # Revision 1.2 1991/05/23 21:15:10 rich
83 # Added bfd.
84 #
85 # Revision 1.1 1991/05/23 17:32:34 rich
86 # Initial revision
87 #
88 # Revision 1.1 1991/05/23 17:18:12 rich
89 # Initial revision
90 #
91 #
92 #
93
94 # End of file.