Initial revision
[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
30Makefile.in
31config
5f1fec76 32config.h
86e4d6e4
RP
33configure
34configure.in
5f1fec76
SC
35config.sub
36ld.h
37ld.texinfo
38ldemul.c
39ldemul.h
40ldexp.c
41ldexp.h
42ldfile.c
43ldwarn.c
44ldwarn.h
45ldindr.c
46ldindr.h
47ldfile.h
5f1fec76 48ldgld.sc
5f1fec76 49ldgld68k.sc
5f1fec76 50ldm88k.sc
5f1fec76
SC
51ldgld960.c
52ldgld960.sc
5f1fec76 53ldglda29k.sc
5f1fec76 54ldgld68k.sc
5f1fec76
SC
55ldgram.y
56ldlang.c
57ldlang.h
58ldlex.h
59ldlex.l
60ldlnk960.c
61ldlnk960.sc
5f1fec76
SC
62ldm88k.c
63ldmain.c
64ldmain.h
65ldmisc.c
66ldmisc.h
67ldsym.c
68ldsym.h
3981c7e8 69ldtemplate
5f1fec76
SC
70ldvanilla.c
71ldver.c
72ldver.h
73ldwarn.h
74ldwrite.c
75ldwrite.h
76mkscript.c
3981c7e8 77news.sc
86e4d6e4
RP
78
79Do-last:
80
81echo Done in `pwd`.
82
83#
84#
85# $Log$
3981c7e8
PB
86# Revision 1.13 1991/09/27 20:19:25 bothner
87# Update for deleted (and some added) files.
88#
89# Revision 1.12 1991/09/24 02:30:20 rich
996dda31
RP
90# ldgram.h is not cvs'd source.
91#
92# Revision 1.11 1991/09/23 20:59:12 steve
5f1fec76 93# Cleaned it up for 88k
1b7ed4c9 94#
5f1fec76
SC
95# Revision 1.5 1991/08/27 00:21:34 steve
96# Added config.sub
1af27af8 97#
5f1fec76
SC
98# Revision 1.4 1991/08/06 21:28:21 steve
99# Patches to fix bugs reported by roland McGrath
1b3f485c 100#
5f1fec76 101# Revision 1.3 1991/08/01 23:59:06 steve
a4c407e5
SC
102# *** empty log message ***
103#
5f1fec76
SC
104# Revision 1.2 1991/07/16 00:31:15 steve
105# *** empty log message ***
1b3f485c 106#
5f1fec76 107# Revision 1.1 1991/05/23 21:45:12 rich
86e4d6e4
RP
108# Initial revision
109#
110#
111#
112
113# End of file.
This page took 0.033162 seconds and 4 git commands to generate.