*** empty log message ***
[deliverable/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
1cc27b5e 42ldctor.h
5f1fec76
SC
43ldexp.c
44ldexp.h
45ldfile.c
46ldwarn.c
47ldwarn.h
48ldindr.c
49ldindr.h
50ldfile.h
5f1fec76 51ldgld.sc
5f1fec76 52ldgld68k.sc
5f1fec76 53ldm88k.sc
5f1fec76
SC
54ldgld960.c
55ldgld960.sc
7c55a996 56gld.1
5f1fec76 57ldglda29k.sc
5f1fec76 58ldgld68k.sc
6383fc6d
PB
59h8300hds.c
60h8300hds.sc
96eb4625 61ebmon29k.sc
5f1fec76
SC
62ldgram.y
63ldlang.c
64ldlang.h
65ldlex.h
66ldlex.l
67ldlnk960.c
68ldlnk960.sc
5f1fec76
SC
69ldmain.c
70ldmain.h
71ldmisc.c
72ldmisc.h
73ldsym.c
74ldsym.h
3981c7e8 75ldtemplate
5f1fec76
SC
76ldvanilla.c
77ldver.c
78ldver.h
79ldwarn.h
80ldwrite.c
81ldwrite.h
82mkscript.c
3981c7e8 83news.sc
86e4d6e4
RP
84
85Do-last:
86
87echo Done in `pwd`.
88
89#
90#
91# $Log$
1cc27b5e
SC
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
eb68a3e4
PB
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
8f0a3a7c
SC
100# Added three files which had been forgotten
101#
102# Revision 1.21 1991/11/05 21:56:06 sac
7c55a996
SC
103# *** empty log message ***
104#
105# Revision 1.20 1991/11/05 20:36:54 sac
ffa057ee
SC
106# *** empty log message ***
107#
108# Revision 1.19 1991/11/04 00:46:44 steve
ec8dc50b
SC
109# i386 aout changes from Bob Kukura
110#
111# Revision 1.18 1991/10/12 06:43:01 bothner
96eb4625
PB
112# Fixed typo.
113#
114# Revision 1.17 1991/10/11 19:31:38 steve
c97b47fe
SC
115# *** empty log message ***
116#
117# Revision 1.16 1991/10/10 11:59:25 rich
1a315703
RP
118# updating
119#
120# Revision 1.15 1991/10/09 20:40:37 bothner
6383fc6d
PB
121# Added h8300hds.{c,sc}.
122#
123# Revision 1.14 1991/10/05 04:55:04 gnu
5784123f
JG
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
3981c7e8
PB
130# Update for deleted (and some added) files.
131#
132# Revision 1.12 1991/09/24 02:30:20 rich
996dda31
RP
133# ldgram.h is not cvs'd source.
134#
135# Revision 1.11 1991/09/23 20:59:12 steve
5f1fec76 136# Cleaned it up for 88k
1b7ed4c9 137#
5f1fec76
SC
138# Revision 1.5 1991/08/27 00:21:34 steve
139# Added config.sub
1af27af8 140#
5f1fec76
SC
141# Revision 1.4 1991/08/06 21:28:21 steve
142# Patches to fix bugs reported by roland McGrath
1b3f485c 143#
5f1fec76 144# Revision 1.3 1991/08/01 23:59:06 steve
a4c407e5
SC
145# *** empty log message ***
146#
5f1fec76
SC
147# Revision 1.2 1991/07/16 00:31:15 steve
148# *** empty log message ***
1b3f485c 149#
5f1fec76 150# Revision 1.1 1991/05/23 21:45:12 rich
86e4d6e4
RP
151# Initial revision
152#
153#
154#
155
156# End of file.
This page took 0.041135 seconds and 4 git commands to generate.