* read.c (emit_expr): Use memset to zero out memory, rather than
[deliverable/binutils-gdb.git] / config / .Sanitize
CommitLineData
b6597455
SS
1# .Sanitize for devo/config
2
3# Each directory to survive its way into a release will need a file
0fd8d5d9
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
b6597455 14# done in this directory.
0fd8d5d9
RP
15
16Do-first:
17
b6597455
SS
18if ( echo $* | grep keep\-mpw > /dev/null) ; then
19 keep_these_too="mpw-mh-mpw ChangeLog.mpw ${keep_these_too}"
20else
21 lose_these_too="mpw-mh-mpw ChangeLog.mpw ${lose_these_too}"
22fi
23
0fd8d5d9
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
a19cc981 32ChangeLog
70faae66 33mh-a68bsd
1b05371e 34mh-aix
04947ce1 35mh-aix386
d96234d2 36mh-apollo68
dd1f25e0 37mh-decstation
1f2f0a94
SC
38mh-delta88
39mh-dgux
eebd76cb 40mh-go32
a9cad591 41mh-hp300
1b05371e 42mh-hpux
407a8389 43mh-irix4
aab15bdb 44mh-irix5
677291b5 45mh-linux
4677e30f 46mh-lynxos
461004f3 47mh-lynxrs6k
b0680d31 48mh-ncr3000
7bf617cf 49mh-riscos
77e4df42 50mh-sco
4358b911 51mh-solaris
ef6bfbdb 52mh-sun
97c86946 53mh-sun3
1f2f0a94 54mh-sysv
18ab66f2 55mh-sysv4
d3c06c91 56mh-vaxult2
0fd8d5d9 57
87756e15
RP
58Things-to-lose:
59
775d4a40 60
63e79660 61Do-last:
0fd8d5d9 62
0fd8d5d9 63# End of file.
This page took 0.103007 seconds and 4 git commands to generate.