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