]> Git Repo - binutils.git/blame - ld/.Sanitize
* ldlnk960.c: Use new naming convention for *.x{,u,r} include scripts.
[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
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
5f1fec76
SC
67ldgram.y
68ldlang.c
69ldlang.h
70ldlex.h
71ldlex.l
72ldlnk960.c
73ldlnk960.sc
74ldlnk960r.sc
75ldm88k.c
76ldmain.c
77ldmain.h
78ldmisc.c
79ldmisc.h
80ldsym.c
81ldsym.h
82ldvanilla.c
83ldver.c
84ldver.h
85ldwarn.h
86ldwrite.c
87ldwrite.h
88mkscript.c
86e4d6e4
RP
89
90Do-last:
91
92echo Done in `pwd`.
93
94#
95#
96# $Log$
996dda31
RP
97# Revision 1.12 1991/09/24 02:30:20 rich
98# ldgram.h is not cvs'd source.
99#
100# Revision 1.11 1991/09/23 20:59:12 steve
5f1fec76 101# Cleaned it up for 88k
1b7ed4c9 102#
5f1fec76
SC
103# Revision 1.5 1991/08/27 00:21:34 steve
104# Added config.sub
1af27af8 105#
5f1fec76
SC
106# Revision 1.4 1991/08/06 21:28:21 steve
107# Patches to fix bugs reported by roland McGrath
1b3f485c 108#
5f1fec76 109# Revision 1.3 1991/08/01 23:59:06 steve
a4c407e5
SC
110# *** empty log message ***
111#
5f1fec76
SC
112# Revision 1.2 1991/07/16 00:31:15 steve
113# *** empty log message ***
1b3f485c 114#
5f1fec76 115# Revision 1.1 1991/05/23 21:45:12 rich
86e4d6e4
RP
116# Initial revision
117#
118#
119#
120
121# End of file.
This page took 0.049591 seconds and 4 git commands to generate.