Update for deleted (and some added) files.
[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 Makefile.in
31 config
32 config.h
33 configure
34 configure.in
35 config.sub
36 ld.h
37 ld.texinfo
38 ldemul.c
39 ldemul.h
40 ldexp.c
41 ldexp.h
42 ldfile.c
43 ldwarn.c
44 ldwarn.h
45 ldindr.c
46 ldindr.h
47 ldfile.h
48 ldgld.sc
49 ldgld68k.sc
50 ldm88k.sc
51 ldgld960.c
52 ldgld960.sc
53 ldglda29k.sc
54 ldgld68k.sc
55 ldgram.y
56 ldlang.c
57 ldlang.h
58 ldlex.h
59 ldlex.l
60 ldlnk960.c
61 ldlnk960.sc
62 ldm88k.c
63 ldmain.c
64 ldmain.h
65 ldmisc.c
66 ldmisc.h
67 ldsym.c
68 ldsym.h
69 ldtemplate
70 ldvanilla.c
71 ldver.c
72 ldver.h
73 ldwarn.h
74 ldwrite.c
75 ldwrite.h
76 mkscript.c
77 news.sc
78
79 Do-last:
80
81 echo Done in `pwd`.
82
83 #
84 #
85 # $Log$
86 # Revision 1.13 1991/09/27 20:19:25 bothner
87 # Update for deleted (and some added) files.
88 #
89 # Revision 1.12 1991/09/24 02:30:20 rich
90 # ldgram.h is not cvs'd source.
91 #
92 # Revision 1.11 1991/09/23 20:59:12 steve
93 # Cleaned it up for 88k
94 #
95 # Revision 1.5 1991/08/27 00:21:34 steve
96 # Added config.sub
97 #
98 # Revision 1.4 1991/08/06 21:28:21 steve
99 # Patches to fix bugs reported by roland McGrath
100 #
101 # Revision 1.3 1991/08/01 23:59:06 steve
102 # *** empty log message ***
103 #
104 # Revision 1.2 1991/07/16 00:31:15 steve
105 # *** empty log message ***
106 #
107 # Revision 1.1 1991/05/23 21:45:12 rich
108 # Initial revision
109 #
110 #
111 #
112
113 # End of file.