Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / config / .Sanitize
CommitLineData
08df3284
SS
1# .Sanitize for devo/gdb/config.
2
3# Each directory to survive its way into a release will need a file
2d797c08
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
08df3284 14# done in this directory.
2d797c08
RP
15
16Do-first:
17
46c755d4
FF
18tic80_files="tic80"
19
20if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
21 keep_these_too="${tic80_files} ${keep_these_too}"
22 if [ -n "${verbose}" ] ; then
23 echo Keeping ${tic80_files}
24 fi
25else
26 lose_these_too="${tic80_files} ${lose_these_too}"
27 if [ -n "${verbose}" ] ; then
28 echo Deleting ${tic80_files}
29 fi
30fi
31
4d5d36f0
SG
32d30v_files="d30v"
33
34if ( echo $* | grep keep\-d30v > /dev/null ) ; then
35 keep_these_too="${d30v_files} ${keep_these_too}"
36 if [ -n "${verbose}" ] ; then
37 echo Keeping ${d30v_files}
38 fi
39else
40 lose_these_too="${d30v_files} ${lose_these_too}"
41 if [ -n "${verbose}" ] ; then
42 echo Deleting ${d30v_files}
43 fi
44fi
45
2d797c08
RP
46# All files listed between the "Things-to-keep:" line and the
47# "Files-to-sed:" line will be kept. All other files will be removed.
48# Directories listed in this section will have their own Sanitize
49# called. Directories not listed will be removed in their entirety
50# with rm -rf.
51
52Things-to-keep:
53
034ac992 54a29k
3a91417c 55alpha
c58dbe95 56arc
034ac992
FF
57arm
58convex
a3c5b9a4 59d10v
034ac992
FF
60gould
61h8300
62h8500
63i386
034ac992 64i960
038e48cf 65m32r
034ac992
FF
66m68k
67m88k
68mips
e385d6e0 69mn10200
021b78fb 70mn10300
a6aa45a6 71nm-empty.h
ce0787ef 72nm-gnu.h
92d47a66 73nm-lynx.h
c2d751d5 74nm-m3.h
84f652b1 75nm-nbsd.h
034ac992 76nm-sysv4.h
034ac992
FF
77none
78ns32k
79pa
b28c019d 80powerpc
034ac992
FF
81pyr
82romp
83rs6000
9faacb92 84sh
034ac992
FF
85sparc
86tahoe
92d47a66 87tm-lynx.h
46cf56fa 88tm-nbsd.h
034ac992
FF
89tm-sunos.h
90tm-sysv4.h
91vax
47819b72 92v850
e4ee6fb7 93xm-aix4.h
00bac334 94xm-lynx.h
276703d4 95xm-mpw.h
74d319e0 96xm-nbsd.h
034ac992 97xm-sysv4.h
d723ade7 98w65
034ac992
FF
99z8k
100
87756e15
RP
101Things-to-lose:
102
2d797c08
RP
103Do-last:
104
2d797c08 105# End of file.
This page took 0.279012 seconds and 4 git commands to generate.