]> Git Repo - binutils.git/blame - ld/.Sanitize
Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;
[binutils.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
32config.h
33configure
34configure.in
1b7ed4c9 35config.sub
86e4d6e4
RP
36ld.h
37ld.texinfo
38ldemul.c
39ldemul.h
40ldexp.c
41ldexp.h
42ldfile.c
b648e172
SC
43ldwarn.c
44ldwarn.h
45ldindr.c
46ldindr.h
86e4d6e4
RP
47ldfile.h
48ldgld.c
30104b16 49ldgld.sc
9fe37813
SC
50ldgldi386v.sc
51ldgldi386vUr.sc
52ldgldi386vr.sc
53ldgldm68kv.sc
54ldgldm68kvUr.sc
55ldgldm68kvr.sc
56ldgldm88kbcs.sc
57ldgldi386v.c
58ldgldm68kv.c
86e4d6e4 59ldgld68k.c
30104b16
SC
60ldgld68k.sc
61ldgld68kUr.sc
62ldgld68kr.sc
86e4d6e4 63ldgld960.c
30104b16
SC
64ldgld960.sc
65ldgldUr.sc
1e332873
SC
66ldm88k.c
67ldm88k.sc
68ldm88kUr.sc
69ldm88kr.sc
a4c407e5 70ldglda29k.c
30104b16
SC
71ldglda29k.sc
72ldglda29kUr.sc
73ldglda29kr.sc
74ldgldr.sc
86e4d6e4
RP
75ldgram.y
76ldlang.c
77ldlang.h
78ldlex.h
79ldlex.l
80ldlnk960.c
30104b16
SC
81ldlnk960.sc
82ldlnk960r.sc
86e4d6e4
RP
83ldmain.c
84ldmain.h
85ldmisc.c
86ldmisc.h
87ldsym.c
88ldsym.h
89ldvanilla.c
90ldver.c
91ldver.h
86e4d6e4
RP
92ldwarn.h
93ldwrite.c
94ldwrite.h
95mkscript.c
96
97Do-last:
98
99echo Done in `pwd`.
100
101#
102#
103# $Log$
9fe37813
SC
104# Revision 1.9 1991/09/19 21:04:07 steve
105# Modifications from James Tsillas for 386 and 68k machines
106#
107# Revision 1.8 1991/09/04 04:21:09 rich
7c589d25
RP
108# Don't keep ldgram.h. Isn't even checked in.
109#
110# Revision 1.7 1991/09/03 21:14:13 steve
1e332873
SC
111# *** empty log message ***
112#
113# Revision 1.6 1991/09/03 21:04:00 steve
30104b16
SC
114# *** empty log message ***
115#
116# Revision 1.5 1991/08/27 00:21:34 steve
1b7ed4c9
SC
117# Added config.sub
118#
119# Revision 1.4 1991/08/06 21:28:21 steve
1af27af8
SC
120# Patches to fix bugs reported by roland McGrath
121#
122# Revision 1.3 1991/08/01 23:59:06 steve
b648e172
SC
123# *** empty log message ***
124#
125# Revision 1.2 1991/07/16 00:31:15 steve
a4c407e5
SC
126# *** empty log message ***
127#
128# Revision 1.1 1991/05/23 21:45:12 rich
86e4d6e4
RP
129# Initial revision
130#
131#
132#
133
134# End of file.
This page took 0.052623 seconds and 4 git commands to generate.