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