* Makefile.in: define empty GDB_NLM_DEPS var.
[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
d4e36233
SS
18mpw_files="mpw-mh-mpw ChangeLog.mpw"
19
b6597455 20if ( echo $* | grep keep\-mpw > /dev/null) ; then
d4e36233 21 keep_these_too="${mpw_files} ${keep_these_too}"
b6597455 22else
d4e36233 23 lose_these_too="${mpw_files} ${lose_these_too}"
b6597455
SS
24fi
25
0fd8d5d9
RP
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
32Things-to-keep:
33
a19cc981 34ChangeLog
70faae66 35mh-a68bsd
1b05371e 36mh-aix
04947ce1 37mh-aix386
d96234d2 38mh-apollo68
d4e36233 39mh-cxux
dd1f25e0 40mh-decstation
1f2f0a94
SC
41mh-delta88
42mh-dgux
eebd76cb 43mh-go32
a9cad591 44mh-hp300
1b05371e 45mh-hpux
3cbb8192 46mh-hpux8
407a8389 47mh-irix4
aab15bdb 48mh-irix5
677291b5 49mh-linux
4677e30f 50mh-lynxos
461004f3 51mh-lynxrs6k
b0680d31 52mh-ncr3000
d376e43b 53mh-ncrsvr43
7bf617cf 54mh-riscos
77e4df42 55mh-sco
4358b911 56mh-solaris
ef6bfbdb 57mh-sun
97c86946 58mh-sun3
1f2f0a94 59mh-sysv
18ab66f2 60mh-sysv4
d3c06c91 61mh-vaxult2
c098f975 62mt-v810
45329a2c
JM
63mt-x86pic
64mt-papic
65mt-sparcpic
66mh-papic
67mh-x86pic
68mh-sparcpic
0fd8d5d9 69
87756e15
RP
70Things-to-lose:
71
775d4a40 72
63e79660 73Do-last:
0fd8d5d9 74
0fd8d5d9 75# End of file.
This page took 0.122813 seconds and 4 git commands to generate.