SH3-E support from Allan Tajii <atajii@hmsi.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
80a0c990
DE
18if ( echo $* | grep keep\-arc > /dev/null ) ; then
19 keep_these_too="arc ${keep_these_too}"
20else
21 lose_these_too="arc ${lose_these_too}"
22fi
23
188c635f
SG
24gm_files="tm-magic.h"
25
26if ( echo $* | grep keep\-gm > /dev/null ) ; then
27 keep_these_too="${gm_files} ${keep_these_too}"
28 if [ -n "${verbose}" ] ; then
29 echo Keeping ${gm_files}
30 fi
31else
32 lose_these_too="${gm_files} ${lose_these_too}"
33 if [ -n "${verbose}" ] ; then
34 echo Deleting ${gm_files}
35 fi
36fi
37
2d797c08
RP
38# All files listed between the "Things-to-keep:" line and the
39# "Files-to-sed:" line will be kept. All other files will be removed.
40# Directories listed in this section will have their own Sanitize
41# called. Directories not listed will be removed in their entirety
42# with rm -rf.
43
44Things-to-keep:
45
034ac992 46a29k
3a91417c 47alpha
034ac992
FF
48arm
49convex
50gould
51h8300
52h8500
53i386
034ac992
FF
54i960
55m68k
56m88k
57mips
a6aa45a6 58nm-empty.h
ce0787ef 59nm-gnu.h
92d47a66 60nm-lynx.h
c2d751d5 61nm-m3.h
84f652b1 62nm-nbsd.h
034ac992 63nm-sysv4.h
034ac992
FF
64none
65ns32k
66pa
b28c019d 67powerpc
034ac992
FF
68pyr
69romp
70rs6000
9faacb92 71sh
034ac992
FF
72sparc
73tahoe
92d47a66 74tm-lynx.h
46cf56fa 75tm-nbsd.h
034ac992
FF
76tm-sunos.h
77tm-sysv4.h
78vax
e4ee6fb7 79xm-aix4.h
00bac334 80xm-lynx.h
276703d4 81xm-mpw.h
74d319e0 82xm-nbsd.h
034ac992 83xm-sysv4.h
d723ade7 84w65
034ac992
FF
85z8k
86
87756e15
RP
87Things-to-lose:
88
2d797c08
RP
89Do-last:
90
2d797c08 91# End of file.
This page took 0.212086 seconds and 4 git commands to generate.