* bucomm.h: created to hold prototypes of bucomm.c
[deliverable/binutils-gdb.git] / binutils / .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 README
33 TODO
34 alloca.c
35 am29k-pinsn.c
36 ar.1
37 ar.c
38 binutils.texi
39 bucomm.c
40 bucomm.h
41 configure.in
42 copy.c
43 cplus-dem.c
44 filemode.c
45 gmalloc.c
46 i960-pinsn.c
47 is-ranlib.c
48 is-strip.c
49 m68k-pinsn.c
50 maybe-ranlib.c
51 maybe-strip.c
52 nm.1
53 nm.c
54 not-ranlib.c
55 not-strip.c
56 objdump.1
57 objdump.c
58 objdump.h
59 ranlib.1
60 ranlib.sh
61 size.1
62 size.c
63 sparc-pinsn.c
64 strip.1
65 version.c
66
67 Do-last:
68
69 echo Done in `pwd`.
70
71 #
72 #
73 # $Log$
74 # Revision 1.12 1991/12/08 01:13:54 sac
75 # * bucomm.h: created to hold prototypes of bucomm.c
76 # * objdump.h: created to hold prototyes of objdump.c
77 # * am29k-pinsn.c: include objdump.h
78 # * ar.c: include bucomm.h, get ar.h from the right place and
79 # include libbfd.h
80 # * bucomm.c: defunize bfd_fatal
81 # * copy.c: include bucomm.h, lint.
82 # * i960-pinsn.h: include bucomm.h
83 # * m68k-pinsn.h: lint
84 # * nm.c: include bucomm.h, lint
85 # * objdump.c: lint
86 # * sparc-pinsn.c: include objdump.h
87 #
88 # Revision 1.11 1991/11/18 08:04:14 bothner
89 # * Makefile.in: Bump to version 1.92.
90 # * version.c, Makefile.in: Get version string from Makefile.
91 # * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in:
92 # Make the same change that we earlier did for ar/ranlib:
93 # Generate two different binaries for strip and copy and use
94 # a global variable with different values to distinguish
95 # ostrip from copy. (-1 means to use argv[0] to decide,
96 # so you can get the old behavior, but it is no longer the default).
97 # * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
98 # * copy.c (main): If is_strip==-1, compare last 5 chars
99 # of argv[0], not the whole path.
100 # * copy.c (main): Return 0, not 1.
101 # * copy.c (setup_sections): Fix due to change in bfd_make_section
102 # now failing if asked for a duplicate section.
103 # * strip.c, ostrip.c: Removed obsolete files.
104 # * ar.c, not-ranlib.c, maybe-ranlib.c:
105 # Change encoding of is_ranlib variable to be consistent
106 # with is_strip for strip.copy (i.e -1 to means use argv[0]).
107 #
108 # Revision 1.10 1991/11/15 23:34:33 pesch
109 # .Sanitize: reflect someone's apocopation of binutils.texi[nfo] name
110 # Makefile.in: improve texi2roff workarounds
111 #
112 # Revision 1.9 1991/11/06 09:06:02 sac
113 # Added nm.1, objdump.1, ranlib.1, size.1 and strip.1
114 #
115 # Revision 1.8 1991/11/05 20:53:19 sac
116 # Added README to .Sanitize
117 # Made Makefile.in install using ddestdir
118 #
119 # Revision 1.7 1991/10/10 11:59:09 rich
120 # updating
121 #
122 # Revision 1.6 1991/10/08 01:50:59 gnu
123 # Remove configure and config.sub from the expected list.
124 #
125 # Revision 1.5 1991/10/08 01:48:04 gnu
126 # Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c.
127 #
128 # Revision 1.4 1991/10/07 23:14:30 bothner
129 # * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:
130 # Make two different binaries for ar and ranlib, instead of
131 # distinguishing them at run time using argv[0].
132 # (Old behavior is still available if you "make ar_with_ranlib",
133 # but it is not the default.)
134 # * ranlib.sh (new): An alternative one-line
135 # shell implementation of ranlib.
136 #
137 # Revision 1.3 1991/09/01 03:47:07 steve
138 # Added config.sub
139 #
140 # Revision 1.2 1991/07/15 23:38:04 steve
141 # *** empty log message ***
142 #
143 # Revision 1.1 1991/05/23 21:49:14 rich
144 # Initial revision
145 #
146 #
147 #
148
149 # End of file.
This page took 0.044456 seconds and 5 git commands to generate.