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