]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/config/mips/.Sanitize
Rename vr4100 (vr4xxx) config files to vr4100.
[thirdparty/binutils-gdb.git] / gdb / config / mips / .Sanitize
1 # .Sanitize for devo/gdb/config/mips.
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 tx19_files="tm-tx19.h tm-tx19l.h tx19.mt tx19l.mt"
19
20 if ( echo $* | grep keep\-tx19 > /dev/null ) ; then
21 keep_these_too="${tx19_files} ${keep_these_too}"
22 if [ -n "${verbose}" ] ; then
23 echo Keeping ${tx19_files}
24 fi
25 else
26 lose_these_too="${tx19_files} ${lose_these_too}"
27 if [ -n "${verbose}" ] ; then
28 echo Deleting ${tx19_files}
29 fi
30 fi
31
32 tx49_files="tm-tx49.h tm-tx49el.h tx49.mt tx49el.mt"
33
34 if ( echo $* | grep keep\-tx49 > /dev/null ) ; then
35 keep_these_too="${tx49_files} ${keep_these_too}"
36 if [ -n "${verbose}" ] ; then
37 echo Keeping ${tx49_files}
38 fi
39 else
40 lose_these_too="${tx49_files} ${lose_these_too}"
41 if [ -n "${verbose}" ] ; then
42 echo Deleting ${tx49_files}
43 fi
44 fi
45
46 if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
47 keep_these_too="tm-r5900.h r5900.mt ${keep_these_too}"
48 else
49 lose_these_too="tm-r5900.h r5900.mt ${lose_these_too}"
50 fi
51
52 if ( echo $* | grep keep\-sky > /dev/null ) ; then
53 keep_these_too="tm-txvu.h txvu.mt ${keep_these_too}"
54 else
55 lose_these_too="tm-txvu.h txvu.mt ${lose_these_too}"
56 fi
57
58 if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
59 keep_these_too="tm-vr4320.h vr4320.mt ${keep_these_too}"
60 else
61 lose_these_too="tm-vr4320.h vr4320.mt ${lose_these_too}"
62 fi
63
64 if ( echo $* | grep keep\-vr4xxx > /dev/null ) ; then
65 keep_these_too="tm-vr4xxx.h vr4xxx.mt ${keep_these_too}"
66 else
67 lose_these_too="tm-vr4xxx.h vr4xxx.mt ${lose_these_too}"
68 fi
69
70 # All files listed between the "Things-to-keep:" line and the
71 # "Files-to-sed:" line will be kept. All other files will be removed.
72 # Directories listed in this section will have their own Sanitize
73 # called. Directories not listed will be removed in their entirety
74 # with rm -rf.
75
76 Things-to-keep:
77
78 bigmips.mt
79 bigmips64.mt
80 decstation.mh
81 decstation.mt
82 embed.mt
83 embed64.mt
84 embedl.mt
85 embedl64.mt
86 irix3.mh
87 irix3.mt
88 irix4.mh
89 irix5.mh
90 irix5.mt
91 littlemips.mh
92 littlemips.mt
93 mipsm3.mh
94 mipsm3.mt
95 mipsv4.mh
96 mipsv4.mt
97 news-mips.mh
98 nm-irix3.h
99 nm-irix4.h
100 nm-irix5.h
101 nm-mips.h
102 nm-news-mips.h
103 nm-riscos.h
104 riscos.mh
105 tm-bigmips.h
106 tm-bigmips64.h
107 tm-embed.h
108 tm-embed64.h
109 tm-embedl.h
110 tm-embedl64.h
111 tm-irix3.h
112 tm-irix5.h
113 tm-mips.h
114 tm-mips64.h
115 tm-mipsm3.h
116 tm-mipsv4.h
117 tm-tx39.h
118 tm-tx39l.h
119 tm-vr4100.h
120 tm-vr4300.h
121 tm-vr4300el.h
122 tm-vr5000.h
123 tm-vr5000el.h
124 tm-vxmips.h
125 tx39.mt
126 tx39l.mt
127 vr4100.mt
128 vr4300.mt
129 vr4300el.mt
130 vr5000.mt
131 vr5000el.mt
132 vxmips.mt
133 xm-irix3.h
134 xm-irix4.h
135 xm-irix5.h
136 xm-mips.h
137 xm-mipsm3.h
138 xm-mipsv4.h
139 xm-news-mips.h
140 xm-riscos.h
141
142 Things-to-lose:
143
144 Do-last:
145
146 # End of file.