DJ naming change
[binutils-gdb.git] / ld / .Sanitize
1 # Sanitize.in for devo.
2 # $Id$
3 #
4
5 # Each directory to survive it's way into a release will need a file
6 # like this one called "./.Sanitize". All keyword lines must exist,
7 # and must exist in the order specified by this file. Each directory
8 # in the tree will be processed, top down, in the following order.
9
10 # Hash started lines like this one are comments and will be deleted
11 # before anything else is done. Blank lines will also be squashed
12 # out.
13
14 # The lines between the "Do-first:" line and the "Things-to-keep:"
15 # line are executed as a /bin/sh shell script before anything else is
16 # done in this
17
18 Do-first:
19
20 echo Sanitizing `pwd`...
21
22 # All files listed between the "Things-to-keep:" line and the
23 # "Files-to-sed:" line will be kept. All other files will be removed.
24 # Directories listed in this section will have their own Sanitize
25 # called. Directories not listed will be removed in their entirety
26 # with rm -rf.
27
28 Things-to-keep:
29 ChangeLog
30 Makefile.dos
31 Makefile.in
32 PORTING
33 README
34 a29k.sc-sh
35 a29k.sh
36 aout.sc-sh
37 config
38 config.h
39 configure.bat
40 configure.in
41 ebmon29k.sc-sh
42 ebmon29k.sh
43 generic.em
44 genscripts.sh
45 gld.1
46 gld960.em
47 gld960.sh
48 hp300bsd.sh
49 h8300hms.em
50 h8300hms.sc-sh
51 h8300hms.sh
52 i386aout.sh
53 i960.sc-sh
54 ld.h
55 ld.texinfo
56 ldctor.c
57 ldctor.h
58 ldemul.c
59 ldemul.h
60 lderror.c
61 ldexp.c
62 ldexp.h
63 ldfile.c
64 ldfile.h
65 ldgram.y
66 ldindr.c
67 ldindr.h
68 ldlang.c
69 ldlang.h
70 ldlex.h
71 ldlex.l
72 ldmain.c
73 ldmain.h
74 ldmisc.c
75 ldmisc.h
76 ldsym.c
77 ldsym.h
78 ldver.c
79 ldver.h
80 ldwarn.c
81 ldwarn.h
82 ldwrite.c
83 ldwrite.h
84 lexsup.c
85 lnk960.em
86 lnk960.sh
87 m88kbcs.sc-sh
88 m88kbcs.sh
89 mkscript.c
90 news.sh
91 relax.c
92 sun3.sh
93 sun4.sh
94 vanilla.em
95 vanilla.sc-sh
96 vanilla.sh
97
98 Do-last:
99
100 echo Done in `pwd`.
101
102 #
103 #
104 # $Log$
105 # Revision 1.30 1992/02/22 00:11:38 sac
106 # DJ naming change
107 #
108 # Revision 1.29 1992/02/16 20:49:26 bothner
109 # *** empty log message ***
110 #
111 # Revision 1.28 1992/02/07 22:32:29 hgs
112 # added h8300hms.c and h8300hms.sc
113 #
114 # Revision 1.27 1992/01/29 16:44:08 sac
115 # ldlnk960.c: Special #ifdef to choose little endian ony
116 # ldgram.y: allow forward ref of section
117 #
118 # Revision 1.26 1992/01/24 22:35:55 sac
119 # .Sanitize: added relax.c
120 # ldsym.c ldlang.* more map stuff
121 #
122 # Revision 1.25 1991/12/12 03:42:08 sac
123 # New dos files
124 #
125 # Revision 1.24 1991/12/08 01:27:59 sac
126 # *** empty log message ***
127 #
128 # Revision 1.23 1991/11/15 21:09:49 bothner
129 # Remove ldgld.c, ldgld68k.c, ldm88k.c, since these are
130 # now automatically generated.
131 #
132 # Revision 1.22 1991/11/06 09:26:59 sac
133 # Added three files which had been forgotten
134 #
135 # Revision 1.21 1991/11/05 21:56:06 sac
136 # *** empty log message ***
137 #
138 # Revision 1.20 1991/11/05 20:36:54 sac
139 # *** empty log message ***
140 #
141 # Revision 1.19 1991/11/04 00:46:44 steve
142 # i386 aout changes from Bob Kukura
143 #
144 # Revision 1.18 1991/10/12 06:43:01 bothner
145 # Fixed typo.
146 #
147 # Revision 1.17 1991/10/11 19:31:38 steve
148 # *** empty log message ***
149 #
150 # Revision 1.16 1991/10/10 11:59:25 rich
151 # updating
152 #
153 # Revision 1.15 1991/10/09 20:40:37 bothner
154 # Added h8300hds.{c,sc}.
155 #
156 # Revision 1.14 1991/10/05 04:55:04 gnu
157 # * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make).
158 # * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
159 # few BFD types & enums.
160 # * ChangeLog: Create.
161 #
162 # Revision 1.13 1991/09/27 20:19:25 bothner
163 # Update for deleted (and some added) files.
164 #
165 # Revision 1.12 1991/09/24 02:30:20 rich
166 # ldgram.h is not cvs'd source.
167 #
168 # Revision 1.11 1991/09/23 20:59:12 steve
169 # Cleaned it up for 88k
170 #
171 # Revision 1.5 1991/08/27 00:21:34 steve
172 # Added config.sub
173 #
174 # Revision 1.4 1991/08/06 21:28:21 steve
175 # Patches to fix bugs reported by roland McGrath
176 #
177 # Revision 1.3 1991/08/01 23:59:06 steve
178 # *** empty log message ***
179 #
180 # Revision 1.2 1991/07/16 00:31:15 steve
181 # *** empty log message ***
182 #
183 # Revision 1.1 1991/05/23 21:45:12 rich
184 # Initial revision
185 #
186 #
187 #
188
189 # End of file.