]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/.Sanitize
Cleaned it up for 88k
[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:
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
48ldgld.c
49ldgld.sc
50ldgld68k.c
51ldgld68k.sc
52ldgld68kUr.sc
53ldgld68kr.sc
54ldm88k.c
55ldm88k.sc
56ldm88kUr.sc
57ldm88kr.sc
58ldgld960.c
59ldgld960.sc
60ldgldUr.sc
61ldglda29k.c
62ldglda29k.sc
63ldglda29kUr.sc
64ldglda29kr.sc
65ldgld68k.sc
66ldgldr.sc
67ldgram.h
68ldgram.y
69ldlang.c
70ldlang.h
71ldlex.h
72ldlex.l
73ldlnk960.c
74ldlnk960.sc
75ldlnk960r.sc
76ldm88k.c
77ldmain.c
78ldmain.h
79ldmisc.c
80ldmisc.h
81ldsym.c
82ldsym.h
83ldvanilla.c
84ldver.c
85ldver.h
86ldwarn.h
87ldwrite.c
88ldwrite.h
89mkscript.c
86e4d6e4
RP
90
91Do-last:
92
93echo Done in `pwd`.
94
95#
96#
97# $Log$
5f1fec76
SC
98# Revision 1.11 1991/09/23 20:59:12 steve
99# Cleaned it up for 88k
1b7ed4c9 100#
5f1fec76
SC
101# Revision 1.5 1991/08/27 00:21:34 steve
102# Added config.sub
1af27af8 103#
5f1fec76
SC
104# Revision 1.4 1991/08/06 21:28:21 steve
105# Patches to fix bugs reported by roland McGrath
1b3f485c 106#
5f1fec76 107# Revision 1.3 1991/08/01 23:59:06 steve
a4c407e5
SC
108# *** empty log message ***
109#
5f1fec76
SC
110# Revision 1.2 1991/07/16 00:31:15 steve
111# *** empty log message ***
1b3f485c 112#
5f1fec76 113# Revision 1.1 1991/05/23 21:45:12 rich
86e4d6e4
RP
114# Initial revision
115#
116#
117#
118
119# End of file.