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