]>
Commit | Line | Data |
---|---|---|
86e4d6e4 RP |
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: | |
ffa057ee | 29 | README |
ec8dc50b SC |
30 | i386aout.c |
31 | i386aout.sc | |
5784123f | 32 | ChangeLog |
86e4d6e4 RP |
33 | Makefile.in |
34 | config | |
5f1fec76 | 35 | config.h |
0cc795aa | 36 | configdos.bat |
86e4d6e4 | 37 | configure.in |
5f1fec76 SC |
38 | ld.h |
39 | ld.texinfo | |
40 | ldemul.c | |
41 | ldemul.h | |
ffa057ee | 42 | ldctor.c |
1cc27b5e | 43 | ldctor.h |
5f1fec76 SC |
44 | ldexp.c |
45 | ldexp.h | |
46 | ldfile.c | |
47 | ldwarn.c | |
48 | ldwarn.h | |
49 | ldindr.c | |
50 | ldindr.h | |
51 | ldfile.h | |
5f1fec76 | 52 | ldgld.sc |
5f1fec76 | 53 | ldgld68k.sc |
5f1fec76 | 54 | ldm88k.sc |
5f1fec76 SC |
55 | ldgld960.c |
56 | ldgld960.sc | |
7c55a996 | 57 | gld.1 |
5f1fec76 | 58 | ldglda29k.sc |
5f1fec76 | 59 | ldgld68k.sc |
6383fc6d PB |
60 | h8300hds.c |
61 | h8300hds.sc | |
96eb4625 | 62 | ebmon29k.sc |
5f1fec76 SC |
63 | ldgram.y |
64 | ldlang.c | |
65 | ldlang.h | |
66 | ldlex.h | |
67 | ldlex.l | |
68 | ldlnk960.c | |
69 | ldlnk960.sc | |
5f1fec76 SC |
70 | ldmain.c |
71 | ldmain.h | |
72 | ldmisc.c | |
73 | ldmisc.h | |
74 | ldsym.c | |
75 | ldsym.h | |
3981c7e8 | 76 | ldtemplate |
5f1fec76 SC |
77 | ldvanilla.c |
78 | ldver.c | |
79 | ldver.h | |
80 | ldwarn.h | |
81 | ldwrite.c | |
82 | ldwrite.h | |
0cc795aa | 83 | makefile.dos |
5f1fec76 | 84 | mkscript.c |
3981c7e8 | 85 | news.sc |
86e4d6e4 RP |
86 | |
87 | Do-last: | |
88 | ||
89 | echo Done in `pwd`. | |
90 | ||
91 | # | |
92 | # | |
93 | # $Log$ | |
0cc795aa SC |
94 | # Revision 1.25 1991/12/12 03:42:08 sac |
95 | # New dos files | |
96 | # | |
97 | # Revision 1.24 1991/12/08 01:27:59 sac | |
1cc27b5e SC |
98 | # *** empty log message *** |
99 | # | |
100 | # Revision 1.23 1991/11/15 21:09:49 bothner | |
eb68a3e4 PB |
101 | # Remove ldgld.c, ldgld68k.c, ldm88k.c, since these are |
102 | # now automatically generated. | |
103 | # | |
104 | # Revision 1.22 1991/11/06 09:26:59 sac | |
8f0a3a7c SC |
105 | # Added three files which had been forgotten |
106 | # | |
107 | # Revision 1.21 1991/11/05 21:56:06 sac | |
7c55a996 SC |
108 | # *** empty log message *** |
109 | # | |
110 | # Revision 1.20 1991/11/05 20:36:54 sac | |
ffa057ee SC |
111 | # *** empty log message *** |
112 | # | |
113 | # Revision 1.19 1991/11/04 00:46:44 steve | |
ec8dc50b SC |
114 | # i386 aout changes from Bob Kukura |
115 | # | |
116 | # Revision 1.18 1991/10/12 06:43:01 bothner | |
96eb4625 PB |
117 | # Fixed typo. |
118 | # | |
119 | # Revision 1.17 1991/10/11 19:31:38 steve | |
c97b47fe SC |
120 | # *** empty log message *** |
121 | # | |
122 | # Revision 1.16 1991/10/10 11:59:25 rich | |
1a315703 RP |
123 | # updating |
124 | # | |
125 | # Revision 1.15 1991/10/09 20:40:37 bothner | |
6383fc6d PB |
126 | # Added h8300hds.{c,sc}. |
127 | # | |
128 | # Revision 1.14 1991/10/05 04:55:04 gnu | |
5784123f JG |
129 | # * Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make). |
130 | # * ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a | |
131 | # few BFD types & enums. | |
132 | # * ChangeLog: Create. | |
133 | # | |
134 | # Revision 1.13 1991/09/27 20:19:25 bothner | |
3981c7e8 PB |
135 | # Update for deleted (and some added) files. |
136 | # | |
137 | # Revision 1.12 1991/09/24 02:30:20 rich | |
996dda31 RP |
138 | # ldgram.h is not cvs'd source. |
139 | # | |
140 | # Revision 1.11 1991/09/23 20:59:12 steve | |
5f1fec76 | 141 | # Cleaned it up for 88k |
1b7ed4c9 | 142 | # |
5f1fec76 SC |
143 | # Revision 1.5 1991/08/27 00:21:34 steve |
144 | # Added config.sub | |
1af27af8 | 145 | # |
5f1fec76 SC |
146 | # Revision 1.4 1991/08/06 21:28:21 steve |
147 | # Patches to fix bugs reported by roland McGrath | |
1b3f485c | 148 | # |
5f1fec76 | 149 | # Revision 1.3 1991/08/01 23:59:06 steve |
a4c407e5 SC |
150 | # *** empty log message *** |
151 | # | |
5f1fec76 SC |
152 | # Revision 1.2 1991/07/16 00:31:15 steve |
153 | # *** empty log message *** | |
1b3f485c | 154 | # |
5f1fec76 | 155 | # Revision 1.1 1991/05/23 21:45:12 rich |
86e4d6e4 RP |
156 | # Initial revision |
157 | # | |
158 | # | |
159 | # | |
160 | ||
161 | # End of file. |