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