add mt-netware to things-to-keep
[deliverable/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-hpux8
47 mh-irix4
48 mh-irix5
49 mh-linux
50 mh-lynxos
51 mh-lynxrs6k
52 mh-ncr3000
53 mh-ncrsvr43
54 mh-papic
55 mh-riscos
56 mh-sco
57 mh-solaris
58 mh-sparcpic
59 mh-sun
60 mh-sun3
61 mh-sysv
62 mh-sysv4
63 mh-vaxult2
64 mh-x86pic
65 mt-netware
66 mt-papic
67 mt-sparcpic
68 mt-v810
69 mt-x86pic
70
71 Things-to-lose:
72
73
74 Do-last:
75
76 # End of file.
This page took 0.032096 seconds and 5 git commands to generate.