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