*** empty log message ***
[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.in
31 PORTING
32 README
33 a29k.sc-sh
34 a29k.sh
35 aout.sc-sh
36 config
37 config.h
38 configdos.bat
39 configure.in
40 ebmon29k.sc-sh
41 ebmon29k.sh
42 generic.em
43 genscripts.sh
44 gld.1
45 gld960.em
46 gld960.sh
47 h8300hms.em
48 h8300hms.sc-sh
49 h8300hms.sh
50 i386aout.sh
51 i960.sc-sh
52 ld.h
53 ld.texinfo
54 ldctor.c
55 ldctor.h
56 ldemul.c
57 ldemul.h
58 lderror.c
59 ldexp.c
60 ldexp.h
61 ldfile.c
62 ldfile.h
63 ldgram.y
64 ldindr.c
65 ldindr.h
66 ldlang.c
67 ldlang.h
68 ldlex.h
69 ldlex.l
70 ldmain.c
71 ldmain.h
72 ldmisc.c
73 ldmisc.h
74 ldsym.c
75 ldsym.h
76 ldver.c
77 ldver.h
78 ldwarn.c
79 ldwarn.h
80 ldwrite.c
81 ldwrite.h
82 lexsup.c
83 lnk960.em
84 lnk960.sh
85 m88kbcs.sc-sh
86 m88kbcs.sh
87 makefile.dos
88 mkscript.c
89 news.sh
90 relax.c
91 sun3.sh
92 sun4.sh
93 vanilla.em
94 vanilla.sc-sh
95 vanilla.sh
96
97 Do-last:
98
99 echo Done in `pwd`.
100
101 #
102 #
103 # $Log$
104 # Revision 1.29 1992/02/16 20:49:26 bothner
105 # *** empty log message ***
106 #
107 # Revision 1.28 1992/02/07 22:32:29 hgs
108 # added h8300hms.c and h8300hms.sc
109 #
110 # Revision 1.27 1992/01/29 16:44:08 sac
111 # ldlnk960.c: Special #ifdef to choose little endian ony
112 # ldgram.y: allow forward ref of section
113 #
114 # Revision 1.26 1992/01/24 22:35:55 sac
115 # .Sanitize: added relax.c
116 # ldsym.c ldlang.* more map stuff
117 #
118 # Revision 1.25 1991/12/12 03:42:08 sac
119 # New dos files
120 #
121 # Revision 1.24 1991/12/08 01:27:59 sac
122 # *** empty log message ***
123 #
124 # Revision 1.23 1991/11/15 21:09:49 bothner
125 # Remove ldgld.c, ldgld68k.c, ldm88k.c, since these are
126 # now automatically generated.
127 #
128 # Revision 1.22 1991/11/06 09:26:59 sac
129 # Added three files which had been forgotten
130 #
131 # Revision 1.21 1991/11/05 21:56:06 sac
132 # *** empty log message ***
133 #
134 # Revision 1.20 1991/11/05 20:36:54 sac
135 # *** empty log message ***
136 #
137 # Revision 1.19 1991/11/04 00:46:44 steve
138 # i386 aout changes from Bob Kukura
139 #
140 # Revision 1.18 1991/10/12 06:43:01 bothner
141 # Fixed typo.
142 #
143 # Revision 1.17 1991/10/11 19:31:38 steve
144 # *** empty log message ***
145 #
146 # Revision 1.16 1991/10/10 11:59:25 rich
147 # updating
148 #
149 # Revision 1.15 1991/10/09 20:40:37 bothner
150 # Added h8300hds.{c,sc}.
151 #
152 # Revision 1.14 1991/10/05 04:55:04 gnu
153 # * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make).
154 # * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
155 # few BFD types & enums.
156 # * ChangeLog: Create.
157 #
158 # Revision 1.13 1991/09/27 20:19:25 bothner
159 # Update for deleted (and some added) files.
160 #
161 # Revision 1.12 1991/09/24 02:30:20 rich
162 # ldgram.h is not cvs'd source.
163 #
164 # Revision 1.11 1991/09/23 20:59:12 steve
165 # Cleaned it up for 88k
166 #
167 # Revision 1.5 1991/08/27 00:21:34 steve
168 # Added config.sub
169 #
170 # Revision 1.4 1991/08/06 21:28:21 steve
171 # Patches to fix bugs reported by roland McGrath
172 #
173 # Revision 1.3 1991/08/01 23:59:06 steve
174 # *** empty log message ***
175 #
176 # Revision 1.2 1991/07/16 00:31:15 steve
177 # *** empty log message ***
178 #
179 # Revision 1.1 1991/05/23 21:45:12 rich
180 # Initial revision
181 #
182 #
183 #
184
185 # End of file.