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