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