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