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