OSDN Git Service

* configure.in: Remove cinstall target.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / ChangeLog
1 2002-04-25  Christopher Faylor  <cgf@redhat.com>
2
3         * configure.in: Remove cinstall target.
4         * Makefile.in: Ditto.
5         * configure: Regenerate.
6
7 2002-02-19  Christopher Faylor  <cgf@redhat.com>
8
9         * configure.in: Avoid building w32api or mingw if they don't exist.
10         * configure: Regenerate.
11
12 2001-12-18  Christopher Faylor  <cgf@redhat.com>
13
14         * Makefile.in: Don't attempt to use zlib directory as a dependency if
15         it doesn't exist.
16
17 2001-12-14  Christopher Faylor  <cgf@redhat.com>
18
19         * configure.in: Detect zlib subdirectory.
20         * configure: Regenerate
21         * Makefile.in: Exit immediately if a sub-make fails.
22         * Makefile.common: Add automatic rules for bz2lib and zlib.
23
24 2001-11-04  Christopher Faylor  <cgf@redhat.com>
25
26         * Makefile.in: Force configure in testsuite directory if config.status
27         does not exist.
28
29 2001-11-03  Christopher Faylor  <cgf@redhat.com>
30
31         * configure.in: Disable subauth directory test.
32         * configure: Regenerate.
33         * Makefile.in: Use MAKE variable in directory builds.
34
35 2001-11-03  Christopher Faylor  <cgf@redhat.com>
36
37         * Makefile.in: Add directory dependencies to ensure ordering when using
38         'make -jN'.
39
40 2001-11-03  Christopher Faylor  <cgf@redhat.com>
41
42         * Makefile.common: Remove preferred-stack-boundary setting since gcc
43         2.95.3 doesn't work well with it.
44
45 2001-11-01  Christopher Faylor  <cgf@redhat.com>
46
47         * Makefile.common: Add some stuff to common CFLAGS.
48
49 2001-10-29  Egor Duda  <deo@logos-m.ru>
50
51         * Makefile.in: Propagate 'clean' to subdirs properly.
52
53 2001-10-26  Corinna Vinschen  <corinna@vinschen.de>
54
55         * configure: Regenerate, removing erroneous SUBDIRS substitution.
56
57 2001-10-24  Christopher Faylor  <cgf@redhat.com>
58
59         * Makefile.in: Only build testsuite directory on first 'make check'.
60         * configure.in: Remove testsuite from SUBDIRS.
61         * configure: Regenerate.
62
63 2001-10-12  Christopher Faylor  <cgf@redhat.com>
64
65         * Makefile.in: Add -nostdinc to CXXFLAGS.
66
67 2001-10-12  Christopher Faylor  <cgf@redhat.com>
68
69         * Makefile.common: Perform more include file testing trickery.
70
71 Sun Oct  7 23:08:46 2001  Christopher Faylor <cgf@cygnus.com>
72
73         * Makefile.common: Avoid adding -I options to compile if they already
74         exist in CC or C*FLAGS.  This prevents warnings from newer versions of
75         gcc.
76
77 Tue May 15 01:09:56 2001  Christopher Faylor <cgf@cygnus.com>
78
79         * Makefile.common: Change method for finding current directory.
80
81 Sat May  5 00:14:03 2001  Christopher Faylor <cgf@cygnus.com>
82
83         * configure.in: Fix typo.
84         * configure: Regenerate.
85
86 Fri May  4 11:24:53 2001  Christopher Faylor <cgf@cygnus.com>
87
88         * configure.in: Make subauth configuration optional.
89         * configure: Regenerate.
90
91 Fri May  4 15:06:00  Corinna Vinschen <corinna@vinschen.de>
92
93         * subauth: New subdirectory.
94         * configure.in: Add subauth to the list of subdirectories.
95         * configure: Regenerated from configure.in.
96
97 Wed Apr 18 18:45:07 2001  Christopher Faylor <cgf@cygnus.com>
98
99         * configure.in: Add bz2lib.
100
101 2001-03-19  DJ Delorie  <dj@redhat.com>
102
103         * configure: fix regeneration bug.
104
105 Thu Feb 22 13:36:00 2000  Corinna Vinschen <corinna@vinschen.de>
106
107         * Makefile.common: Revert previous change.
108
109 Wed Feb 21 22:41:00 2000  Corinna Vinschen <corinna@vinschen.de>
110
111         * Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.
112
113 Sun Dec  3 00:21:31 2000  Christopher Faylor <cgf@cygnus.com>
114
115         * Makefile.common: Eliminate checks for libgcc.a and libstdc++.a.  Use
116         CXX for g++ compiles.
117         * configure.in: Find correct c++ compiler.
118         * configure: Regenerate.
119
120 Mon Oct 23 00:50:02 2000  Christopher Faylor <cgf@cygnus.com>
121
122         * Makefile.common (LIBGCC): Acommodate older gcc's that don't need
123         libstdc++.a.
124
125 Sat Oct 21 18:01:22 2000  Christopher Faylor <cgf@cygnus.com>
126
127         * Makefile.common (LIBGCC): Find libstdc++.a as well as libc.a since
128         builtin functions are in this library in newer gcc's.
129
130 Sun Oct  1 22:02:38 2000  Christopher Faylor <cgf@cygnus.com>
131
132         * Makefile.common: Extend VERBOSE default.
133         * Makefile.in: Don't clean the testsuite separately.  It's already part
134         of CLEAN_SUBDIRS.
135
136 2000-09-30  Christopher Faylor  <cgf@cygnus.com>
137
138         * Makefile.common: Default to VERBOSE when part of overall source
139         tree build.
140
141 2000-09-02  Egor Duda  <deo@logos-m.ru>
142
143         * Makefile.in: Add new goal "check"
144         * configure.in: When doing native build do configure in
145         testsuite subdirectory
146         * configure: Regenerate.
147
148 Fri Sep  1 10:15:37 2000  Christopher Faylor <cgf@cygnus.com>
149
150         * Makefile.in: More normalization.
151
152 Thu Aug 31 16:37:31 2000  Christopher Faylor <cgf@cygnus.com>
153
154         * Makefile.in: Normalize 'pwd' based on location of winsup.
155
156 Thu Aug 24 15:02:26 2000  Christopher Faylor <cgf@cygnus.com>
157
158         * Makefile.common: Add bupdir2 to reference above the i686-pc-cygwin
159         directory.
160
161 Thu Jun 22 18:28:06 2000  Christopher Faylor <cgf@cygnus.com>
162
163         * Makefile.in: Add dummy info targets.
164
165 Tue Jun 20 13:36:23 2000  Christopher Faylor <cgf@cygnus.com>
166
167         * configure.in: Bow to necessity and build w32api before anything else.
168         * configure: Regenerate.
169
170 Sat Jun 17 13:50:04 2000  Christopher Faylor <cgf@cygnus.com>
171
172         * configure.in: Detect "cross-hosting" situation and add a subset of
173         directories to SUBDIRS.
174         * configure: Regenerate.
175
176 Thu May 25 18:39:24 2000  Christopher Faylor <cgf@cygnus.com>
177
178         * configure.in: Don't assume that cinstall directory exists.
179         * configure: Regenerate
180
181 2000-05-24  DJ Delorie  <dj@cygnus.com>
182
183         * Makefile.common (%.o): further simplify, add "..." to make it obvious
184         it's an abbreviated command line.
185
186 Thu May 18 14:33:05 2000  Christopher Faylor <cgf@cygnus.com>
187
188         * MAINTAINERS: Add Corinna to general list.
189
190 2000-04-17  DJ Delorie  <dj@cygnus.com>
191
192         * Makefile.common (srcdir): remove dependence on where pwd is
193         
194 Sun Apr  9 23:47:45 2000  Christopher Faylor <cgf@cygnus.com>
195
196         * Makefile.common: Resolve srcdir to absolute path or it will confuse
197         usages when passed to submakes.  Eliminate vestigal use of
198         MAKEOVERRIDES.
199
200 Sun Apr  9 02:06:49 2000  Christopher Faylor <cgf@cygnus.com>
201
202         * Makefile.in: Work around MAKEOVERRIDES problem with older versions
203         of make.
204         * Makefile.common: Ditto.
205
206 Fri Apr  7 17:04:02  Ron Parker <rdparker@sourceware.cygnus.com>
207
208         * configure.in: Added cinstall to the list of subdirs.
209         * configure: Regenerate.
210         
211 Thu Mar 30 23:45:00 2000  Christopher Faylor <cgf@cygnus.com>
212
213         * MAINTAINERS: Add Ron Parker as maintainer of cinstall stuff.
214
215 Sun Feb  6 18:15:44 2000  Christopher Faylor <cgf@cygnus.com>
216
217         * configure.in: Do the standard CC/CFLAGS stuff for propagation to
218         sub-configures.
219         * configure: Regenerate.
220
221 2000-01-26  DJ Delorie  <dj@cygnus.com>
222
223         * doc/Makefile.in: fix doctool -d options
224
225 Fri Jan 21 12:51:32 2000  Christopher Faylor <cgf@cygnus.com>
226
227         * Makefile.common: No need to rerun Makefile if config.status changes.
228         That should happen automatically.
229         * Makefile.in: Ditto.
230
231 Sat Jan  8 14:40:01 2000  Christopher Faylor <cgf@cygnus.com>
232
233         * Makefile.common: Remove cygwin DLL specific stuff.  Make Makefile
234         target PRECIOUS.
235         * Makefile.in: Make Makefile target PRECIOUS.
236
237 Fri Jan  7 21:00:49 2000  Christopher Faylor <cgf@cygnus.com>
238
239         * Makefile.common: Remove cygwin DLL specific stuff.  Correctly deal
240         with updir stuff when building in the same directory as the source.
241
242 Thu Jan  6 19:04:35 2000  Christopher Faylor <cgf@cygnus.com>
243
244         Create new directory structure
245         * Makefile.in: New file.
246         * configure.in: New file.
247         * configure: New file.
248         * Makefile.common: New file.
249         * cygwin: New directory.
250         * w32api: New directory.