Initial revision
[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 Makefile.in
31 config
32 config.h
33 configure
34 configure.in
35 ld-emul.c
36 ld-emul.h
37 ld-gld-Ur.script
38 ld-gld-r.script
39 ld-gld.c
40 ld-gld.script
41 ld-gld68k-Ur.script
42 ld-gld68k-r.script
43 ld-gld68k.c
44 ld-gld68k.script
45 ld-gld960.c
46 ld-gld960.script
47 ld-gldm88kbcs-Ur.script
48 ld-gldm88kbcs-r.script
49 ld-gldm88kbcs.c
50 ld-gldm88kbcs.script
51 ld-lnk960-r.script
52 ld-lnk960.c
53 ld-lnk960.script
54 ld-vanilla.c
55 ld.h
56 ld.texinfo
57 ldemul.c
58 ldemul.h
59 ldexp.c
60 ldexp.h
61 ldfile.c
62 ldfile.h
63 ldgld.c
64 ldgld.script
65 ldgld68k.c
66 ldgld68k.script
67 ldgld68kUr.script
68 ldgld68kr.script
69 ldgld960.c
70 ldgld960.script
71 ldgldUr.script
72 ldgldm88kbcs.c
73 ldgldm88kbcs.script
74 ldgldm88kbcsUr.script
75 ldgldm88kbcsr.script
76 ldgldr.script
77 ldgram.h
78 ldgram.y
79 ldlang.c
80 ldlang.h
81 ldlex.h
82 ldlex.l
83 ldlnk960.c
84 ldlnk960.script
85 ldlnk960r.script
86 ldmain.c
87 ldmain.h
88 ldmisc.c
89 ldmisc.h
90 ldsym.c
91 ldsym.h
92 ldvanilla.c
93 ldver.c
94 ldver.h
95 ldversion.c
96 ldwarn.h
97 ldwrite.c
98 ldwrite.h
99 mkscript.c
100
101 Do-last:
102
103 echo Done in `pwd`.
104
105 #
106 #
107 # $Log$
108 # Revision 1.1 1991/05/23 21:45:12 rich
109 # Initial revision
110 #
111 #
112 #
113
114 # End of file.
This page took 0.032714 seconds and 5 git commands to generate.