Wed Jan 11 16:29:34 1995 Jason Merrill <jason@phydeaux.cygnus.com>
[binutils-gdb.git] / config / .Sanitize
1 # .Sanitize for devo/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 mpw_files="mpw-mh-mpw ChangeLog.mpw"
19
20 if ( echo $* | grep keep\-mpw > /dev/null) ; then
21 keep_these_too="${mpw_files} ${keep_these_too}"
22 else
23 lose_these_too="${mpw_files} ${lose_these_too}"
24 fi
25
26 # All files listed between the "Things-to-keep:" line and the
27 # "Files-to-sed:" line will be kept. All other files will be removed.
28 # Directories listed in this section will have their own Sanitize
29 # called. Directories not listed will be removed in their entirety
30 # with rm -rf.
31
32 Things-to-keep:
33
34 ChangeLog
35 mh-a68bsd
36 mh-aix
37 mh-aix386
38 mh-apollo68
39 mh-cxux
40 mh-decstation
41 mh-delta88
42 mh-dgux
43 mh-go32
44 mh-hp300
45 mh-hpux
46 mh-irix4
47 mh-irix5
48 mh-linux
49 mh-lynxos
50 mh-lynxrs6k
51 mh-ncr3000
52 mh-ncrsvr43
53 mh-riscos
54 mh-sco
55 mh-solaris
56 mh-sun
57 mh-sun3
58 mh-sysv
59 mh-sysv4
60 mh-vaxult2
61 mt-v810
62 mt-x86pic
63 mt-papic
64 mt-sparcpic
65 mh-papic
66 mh-x86pic
67 mh-sparcpic
68
69 Things-to-lose:
70
71
72 Do-last:
73
74 # End of file.