]> sourceware.org Git - newlib-cygwin.git/blame - winsup/ChangeLog
* configure.ac: Convert to new AC_INIT style.
[newlib-cygwin.git] / winsup / ChangeLog
CommitLineData
8e0b17fb
CV
12014-11-13 Corinna Vinschen <corinna@vinschen.de>
2
3 * configure.ac: Convert to new AC_INIT style.
4 * configure: Regenerate.
5
85a7b23a
YS
62014-08-07 Yaakov Selkowitz <yselkowi@redhat.com>
7
8 * Makefile.common (COMPILE.cc): Add -fno-use-cxa-atexit.
9
dfd2ffdc
CF
102014-02-18 Christopher Faylor <me.cygwin2014@cgf.cx>
11
12 * Makefile.in: Ignore errors on doc install.
13
6485b9c2
CV
142013-01-22 Corinna Vinschen <corinna@vinschen.de>
15
16 * Makefile.common: Don't drop -gFOO switches when filtering CFLAGS
17 and CXXFLAGS.
18
13dbf6b0
CF
192013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx>
20
21 * Makefile.in: Properly cd to directory sans install_ prefix. Report
22 on errors on doc install. Only 'all' is special.
23
2a6d6db8
CF
242013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx>
25
26 * configure.ac: Detect windows headers/libs after we've figured out the
27 C compiler.
28 * configure: Regenerate.
29 * aclocal.m4: Regenerate.
30 * configure.cygwin: Default to '.' if can't find a winsup directory.
31
01eddfd7
CF
322013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx>
33
34 * Makefile.in: Reinstate ignoring of errors for doc target.
35
c3819688
CV
362013-06-18 Corinna Vinschen <corinna@vinschen.de>
37
38 * Makefile.common: Add rule to build assembler code.
39 (.SUFFIXES): Add .S.
40
0d82dbb1
CF
412012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>
42
43 * Makefile.in (Makefile): Rely on 'configure' not 'configure.in'.
44
d4f4d1d0
CF
452012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>
46
47 * configure.ac: Rename from configure.in.
48 * configure.in: Delete.
49 * configure: Regenerate.
50
96079146
CF
512012-11-26 Christopher Faylor <me.cygwin2012@cgf.cx>
52
53 * ccwrap: Don't drop mingw header file paths unless we've specified
54 them with --with-windows-headers.
55
4c36016b
CF
562012-11-12 Christopher Faylor <me.cygwin2012@cgf.cx>
57
58 * Makefile.common: Revamp for new configury. Add default compilation
59 targets, include .E processing. Add magic for allowing "CFLAGS" to
60 control optimization options in "CXXFLAGS".
61 * configure.cygwin: New include for Cygwin configure.in's.
62 * acinclude.m4: Delete old definitions. Implement AC_WINDOWS_HEADERS,
63 AC_WINDOWS_LIBS, AC_CYGWIN_INCLUDES, target_builddir, winsup_srcdir.
64 * aclocal.m4: Regenerate.
65 * autogen.sh: New file.
66 * ccwrap: New script.
67 * c++wrap: New script.
68 * config.guess: New script.
69 * config.sub: New script.
70 * configure: Regenerate.
71 * configure.in: Eliminate LIB_AC_PROG_* calls in favor of standard.
72 Delete ancient target test.
73 * install-sh: New script.
74
61746d6a
CF
752012-11-07 Christopher Faylor <me.cygwin2012@cgf.cx>
76
77 * mingw: Delete obsolete directory.
78 * w32api: Ditto.
79
2ca28ea2
CV
802012-11-07 Corinna Vinschen <corinna@vinschen.de>
81
82 * Makefile.common (zlib_source): Remove.
83 (zlib_build): Remove.
84 (bz2lib_source): Remove.
85 (bz2lib_build): Remove.
86 (w32api_source): Remove.
87 (w32api_build): Remove.
88 (w32api_lib): Remove.
89 (mingw_build): Remove.
90 (mingw_source): Remove.
91 ($(w32api_lib)/%.a): Remove rule.
92 * Makefile.in (ZLIB): Remove.
93 ($(SUBDIRS)): Drop mingw check.
94 (mingw): Remove rule.
95 (install_mingw): Ditto.
96 * configure.in: Remove support for mingw as build target.
97 * configure: Regenerate.
98
68157644
YS
992012-10-24 Kai Tietz <ktietz70@googlemail.com>
100 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
101 Corinna Vinschen <corinna@vinschen.de>
102
103 * configure.in [cygwin*]: Always build cygserver, lsaauth,
104 utils, and doc. Do not build mingw or w32api.
105 [mingw*]: Build w32api if present.
106 * configure: Regenerate.
107 * Makefile.common: Remove references to mingw and w32api
108 directories.
109 (MINGW_LDFLAGS): Redefine as -static to force static linking
110 with libgcc and libstdc++.
111 * Makefile.in: Remove references to mingw and w32api directories
112 from Cygwin targets.
113
7d8b0c84
CF
1142012-07-30 Christopher Faylor <me.cygwin2012@cgf.cx>
115
116 * Makefile.common (CFLAGS_COMMON): Add temporary define to work around
117 w32api problem.
118
0390476c
CV
1192012-07-06 Corinna Vinschen <corinna@vinschen.de>
120
121 * Makefile.common (ALL_CFLAGS): Change := to = to allow overriding in
122 dependent Makefiles.
123
df8c8e18
CV
1242012-01-09 Corinna Vinschen <corinna@vinschen.de>
125
126 * Makefile.common (MINGW_LDFLAGS): Correctly use -L rather than -B here.
127
ed240047
CV
1282011-04-19 Corinna Vinschen <corinna@vinschen.de>
129
130 * COPYING: Replace with the GPLv3 definition.
131 * CYGWIN_LICENSE: Move Cygwin to GPLv3+. Align text to FSF speak.
132
1332011-01-28 Peter Foley <jpfoley2@verizon.net>
9ce2a54f
CF
134
135 * configure.in: Configure winsup/cygserver regardless of cross_host.
136 * configure: Regenerate.
137
b602bb90
DK
1382009-07-07 Dave Korn <dave.korn.cygwin@gmail.com>
139
140 * Makefile.common (COMPILE_CXX): Add support for per-file overrides
141 to exclude $(nostdinc) and $(nostdincxx) from compiler flags.
142 (COMPILE_CC): Likewise for $(nostdinc).
143
99fe2b78
CF
1442009-02-23 Sjors Gielen <mailinglist@dazjorz.com>
145
146 * Makefile.in: Add DESTDIR functionality.
147
7ffaa17c
CV
1482009-01-21 Corinna Vinschen <corinna@vinschen.de>
149
150 * configure.in: Remove --enable-server option. Allways add the
151 cygserver directory to $SUBDIRS.
152 * configure: Regenerate.
153
81fa7891
CF
1542008-10-12 Christopher Faylor <me+cygwin@cgf.cx>
155
156 * Makefile.in: Revert erroneous checkin.
157 * Makefile.common: Tweak to work better with new utils/mingw front-end.
158
fd49ac27
CF
1592008-10-11 Christopher Faylor <me+cygwin@cgf.cx>
160
161 * Makefile.in: Tweak to work better with new utils/mingw front-end.
162
888784b6
CV
1632008-05-16 Corinna Vinschen <corinna@vinschen.de>
164
165 * Makefile.in (install-license): Install COPYING file as well.
166
bd89ab89
CV
1672008-05-16 Corinna Vinschen <corinna@vinschen.de>
168
169 * CYGWIN_LICENSE: New text.
170
3509dfbb
CF
1712007-08-31 Christopher Faylor <me+cygwin@cgf.cx>
172
173 * configure: Regenerate.
174
4cd2304a
CV
1752007-07-06 Corinna Vinschen <corinna@vinschen.de>
176
177 * CYGWIN_LICENSE: Fix URL to world-wide offices.
178
de3f4565
CV
1792007-07-06 Corinna Vinschen <corinna@vinschen.de>
180
181 * CYGWIN_LICENSE: Fix URL to open source definition.
182
524e6a5a
CV
1832006-12-12 Corinna Vinschen <corinna@vinschen.de>
184
185 * Makefile.in (subauth): Drop rule.
186 * configure.in: Remove subauth related check.
187 * configure: Regenerate.
188
c6caaa34
CV
1892006-11-27 Corinna Vinschen <corinna@vinschen.de>
190
191 * Makefile.in: Add dependencies for lsaauth.
192 * configure.in: Disable building subauth. Add building lsaauth.
193 * configure: Regenerate.
194
c9f1f4b4
CF
1952006-08-30 Christopher Faylor <cgf@timesys.com>
196
197 * Makefile.in: Make install-license .PHONY. Make sure that doc
198 directory is created before copying to it.
199
7e5d0e9f
CV
2002006-08-30 Corinna Vinschen <corinna@vinschen.de>
201
202 * Makefile.in: Make installation of CYGWIN_LICENSE configurable.
203 * aclocal.m4: Regenerate.
204 * configure.in: Add GCC_NO_EXECUTABLES call. Add configuration for
205 INSTALL_LICENSE. Make cygwin subdirectory optional. Add sanity
206 check for cygwin resp. mingw subdirectories dependent of the target.
207 * configure: Regenerate.
208
bee65cb8
CF
2092006-08-02 Christopher Faylor <cgf@timesys.com>
210
211 * Makefile.in (subauth): Add dependency on mingw.
212
739a6f47
CF
2132006-07-23 Christopher Faylor <cgf@timesys.com>
214
215 * Makefile.in: Update copyright. Fix 'check' target so that it will
216 once-again create a working testsuite directory. Add a comment this
217 time to explain the unusual behavior.
218
e9d500b6
CV
2192006-07-14 Corinna Vinschen <corinna@vinschen.de>
220
221 * configure.in: Reenable building the subauth subdir.
222 * configure: Regenerate.
223
99fc5e10
CF
2242006-05-24 Christopher Faylor <cgf@timesys.com>
225
226 * configure.in: Update to newer autoconf.
227 (thanks to Steve Ellcey)
228 * Makefile.in: Ditto.
229 * configure: Regenerate.
230 * acinclude.m4: New file.
231 * aclocal.m4: Ditto.
232
2d8319b7
CF
2332006-01-29 Christopher Faylor <cgf@timesys.com>
234
235 * CYGWIN_LICENSE: Restrict to v2.
236 * COPYING: Add.
237
95dc8840
CV
2382006-01-16 Corinna Vinschen <corinna@vinschen.de>
239
240 * configure.in: Add AC_PROG_INSTALL handling.
241 * configure: Regenerate.
242 * Makefile.in (install): Install CYGWIN_LICENSE.
243
d0f3c2dd
CV
2442006-01-16 Corinna Vinschen <corinna@vinschen.de>
245
246 * CYGWIN_LICENSE: Fix contact information.
247
a5ac89cb
CF
2482005-10-11 Christopher Faylor <cgf@timesys.com>
249
250 * Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.
251
bade737e
CF
2522005-03-22 Christopher Faylor <cgf@timesys.com>
253
254 * Makefile.common: Add -dD to options when creating preprocess files.
255
95b11561
CV
2562003-11-23 Corinna Vinschen <corinna@vinschen.de>
257
258 * Makefile.in: Make cygserver depending on cygwin.
259
d012506e
CF
2602003-11-20 Christopher Faylor <cgf@redhat.com>
261
262 * configure.in: Make --use-server the default.
263 * configure: Regenerate.
264
16f9bc13
CF
2652003-08-05 Christopher Faylor <cgf@redhat.com>
266
267 * Makefile.common: Hmm. Older compilers seem to need -nostdinc.
268
c6f80f3e
CF
2692003-08-05 Christopher Faylor <cgf@redhat.com>
270
0601b11f 271 * Makefile.common: Don't use -nostdinc with g++.
c6f80f3e 272
c2af0de2
CF
2732003-07-25 Christopher Faylor <cgf@redhat.com>
274
275 * Makefile.in: Only use localhost when building mingw with distcc or
276 gcc won't be able to find .exp files on other hosts.
277
522483e4 2782003-07-18 Vaclav Haisman <V.Haisman@sh.cvut.cz>
739a6f47 279
522483e4
CF
280 * Makefile.common (CFLAGS_COMMON): Remove -march=i386.
281
9c01984e
CF
2822003-07-01 Christopher Faylor <cgf@redhat.com>
283
284 * configure.in: Add --enable-server option.
285 * configure: Regenerate.
286
1847a163
CF
2872003-07-01 Christopher Faylor <cgf@redhat.com>
288
289 * Makefile.common (CFLAGS_COMMON): Remove -Winline since it is too
290 noisy on newer versions of gcc.
291
350c2f44
CF
2922003-07-01 Christopher Faylor <cgf@redhat.com>
293
294 * configure.in: Add cygserver subdir.
295 * Makefile.in: Ditto.
296 * configure: Regenerate.
297
298 * Makefile.common: Remove debugging statements.
299
01859fc4
CV
3002003-05-12 Corinna Vinschen <corinna@vinschen.de>
301
302 * Makefile.common: Remove newlib_sys_include and
303 newlib_sys_include_include entirely. Set CRT0 to cygwin/crt0.o.
304
b128dd21
CF
3052003-04-18 Christopher Faylor <cgf@redhat.com>
306
307 * Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.
308
770ff5bc
CF
3092003-04-11 Christopher Faylor <cgf@redhat.com>
310
311 * Makefile.common (w32api_lib): Fix w32api detection.
312
b7f68d3e
CF
3132003-03-28 Christopher Faylor <cgf@redhat.com>
314
315 * Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that
316 CXXFLAGS is properly interpreted.
317
eeb65b95
CF
3182003-03-17 Christopher Faylor <cgf@redhat.com>
319
320 * Makefile.common (w32api_lib): Default to system w32api directory if
321 w32api is missing from source.
322
298b2249
CF
3232003-03-17 Christopher Faylor <cgf@redhat.com>
324
325 * Makefile.common: Fix typo from previous checkin.
326
237ab58c
CF
3272003-03-17 Christopher Faylor <cgf@redhat.com>
328
329 * configure.in: w32api directory was already optional. Semi-revert
330 2003-02-06 change.
331 * configure: Regenerate.
332 * Makefile.common: Don't specific -nostdinc if there is no w32api
333 directory.
334
cb837d41
CF
3352003-03-09 Christopher Faylor <cgf@redhat.com>
336
337 * Makefile.common: Avoid double slashes in GCC_INCLUDE.
338
4cf24d14
CF
3392003-02-12 Christopher Faylor <cgf@redhat.com>
340
341 * MAINTAINERS: Remove out-of-date file.
342
45b314b1
CF
3432003-02-06 Christopher Faylor <cgf@redhat.com>
344
345 * configure.in: Make w32api directory optional.
346 * configure: Regenerate.
347
2c6fdb56
CV
3482003-01-22 Corinna Vinschen <corinna@vinschen.de>
349
350 * Makefile.common (MINGW_LDFLAGS): Add mingw/mingwex builddir.
351
4631168a
CF
3522002-12-21 Christopher Faylor <cgf@redhat.com>
353
354 * Makefile.common: Don't attempt to pretty-print c++ errors.
355
24f7d30f
CV
3562002-12-12 Corinna Vinschen <corinna@vinschen.de>
357
358 * Makefile.common: Define MINGW_LDFLAGS.
359 * configure.in: Reorder SUBDIRS to have mingw before cygwin.
360 * configure: Regenerate from configure.in.
361
fc5dae1c
CF
3622002-09-27 Christopher Faylor <cgf@redhat.com>
363
364 * Makefile.in (check): Be more defensive when creating testsuite
365 config.status.
366
aaac1d9e
CF
3672002-08-16 Christopher Faylor <cgf@redhat.com>
368
369 * Makefile.in: Change COMPILE_C* definitions.
370
432fa81e
EB
3712002-08-10 Earnie Boyd <earnie@users.sf.net>
372
373 * w32sdk: New winsup module.
374
9d6ac548 3752002-07-06 Christopher Faylor <cgf@redhat.com>
d288c1c7 376
9d6ac548
CF
377 * Makefile.common (MINGW_INCLUDES): Simplify.
378 (MINGW_CFLAGS): New.
379 (MINGW_CXXFLAGS): Ditto.
d288c1c7 380
a673eba6
CF
3812002-06-02 Christopher Faylor <cgf@redhat.com>
382
383 * configure.in: Complain about lack of w32api directory.
384 * configure: Regenerate.
385
b807c4ad
CF
3862002-04-25 Christopher Faylor <cgf@redhat.com>
387
388 * configure.in: Remove cinstall target.
389 * Makefile.in: Ditto.
390 * configure: Regenerate.
391
74162926
CF
3922002-02-19 Christopher Faylor <cgf@redhat.com>
393
394 * configure.in: Avoid building w32api or mingw if they don't exist.
395 * configure: Regenerate.
396
aa053fd4
CF
3972001-12-18 Christopher Faylor <cgf@redhat.com>
398
399 * Makefile.in: Don't attempt to use zlib directory as a dependency if
400 it doesn't exist.
401
94597cd0
CF
4022001-12-14 Christopher Faylor <cgf@redhat.com>
403
b6ddef77
CF
404 * configure.in: Detect zlib subdirectory.
405 * configure: Regenerate
94597cd0 406 * Makefile.in: Exit immediately if a sub-make fails.
b6ddef77 407 * Makefile.common: Add automatic rules for bz2lib and zlib.
94597cd0 408
7cf5e175
CF
4092001-11-04 Christopher Faylor <cgf@redhat.com>
410
411 * Makefile.in: Force configure in testsuite directory if config.status
412 does not exist.
413
e8f17431
CF
4142001-11-03 Christopher Faylor <cgf@redhat.com>
415
416 * configure.in: Disable subauth directory test.
417 * configure: Regenerate.
418 * Makefile.in: Use MAKE variable in directory builds.
419
15d0cbd6
CF
4202001-11-03 Christopher Faylor <cgf@redhat.com>
421
422 * Makefile.in: Add directory dependencies to ensure ordering when using
423 'make -jN'.
424
ed14f73c
CF
4252001-11-03 Christopher Faylor <cgf@redhat.com>
426
427 * Makefile.common: Remove preferred-stack-boundary setting since gcc
428 2.95.3 doesn't work well with it.
429
d58f43a1
CF
4302001-11-01 Christopher Faylor <cgf@redhat.com>
431
432 * Makefile.common: Add some stuff to common CFLAGS.
433
7a47ed49
CF
4342001-10-29 Egor Duda <deo@logos-m.ru>
435
436 * Makefile.in: Propagate 'clean' to subdirs properly.
437
be846a19
CV
4382001-10-26 Corinna Vinschen <corinna@vinschen.de>
439
440 * configure: Regenerate, removing erroneous SUBDIRS substitution.
441
a9f20457
CF
4422001-10-24 Christopher Faylor <cgf@redhat.com>
443
444 * Makefile.in: Only build testsuite directory on first 'make check'.
445 * configure.in: Remove testsuite from SUBDIRS.
446 * configure: Regenerate.
447
cb182657
CF
4482001-10-12 Christopher Faylor <cgf@redhat.com>
449
450 * Makefile.in: Add -nostdinc to CXXFLAGS.
451
0055a6c6
CF
4522001-10-12 Christopher Faylor <cgf@redhat.com>
453
454 * Makefile.common: Perform more include file testing trickery.
455
bc6aa7e1
CF
456Sun Oct 7 23:08:46 2001 Christopher Faylor <cgf@cygnus.com>
457
458 * Makefile.common: Avoid adding -I options to compile if they already
459 exist in CC or C*FLAGS. This prevents warnings from newer versions of
460 gcc.
461
f162ad82
CF
462Tue May 15 01:09:56 2001 Christopher Faylor <cgf@cygnus.com>
463
464 * Makefile.common: Change method for finding current directory.
465
dbc0c5fb
CF
466Sat May 5 00:14:03 2001 Christopher Faylor <cgf@cygnus.com>
467
468 * configure.in: Fix typo.
469 * configure: Regenerate.
470
a1ad2367
CF
471Fri May 4 11:24:53 2001 Christopher Faylor <cgf@cygnus.com>
472
473 * configure.in: Make subauth configuration optional.
474 * configure: Regenerate.
475
3c1fb7ac
CV
476Fri May 4 15:06:00 Corinna Vinschen <corinna@vinschen.de>
477
478 * subauth: New subdirectory.
479 * configure.in: Add subauth to the list of subdirectories.
480 * configure: Regenerated from configure.in.
481
f8415f61
CF
482Wed Apr 18 18:45:07 2001 Christopher Faylor <cgf@cygnus.com>
483
484 * configure.in: Add bz2lib.
485
eec74f4a
DD
4862001-03-19 DJ Delorie <dj@redhat.com>
487
488 * configure: fix regeneration bug.
489
957059c8
CV
490Thu Feb 22 13:36:00 2000 Corinna Vinschen <corinna@vinschen.de>
491
492 * Makefile.common: Revert previous change.
493
5b2ea3a4
CV
494Wed Feb 21 22:41:00 2000 Corinna Vinschen <corinna@vinschen.de>
495
496 * Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.
497
8494f61e
CF
498Sun Dec 3 00:21:31 2000 Christopher Faylor <cgf@cygnus.com>
499
500 * Makefile.common: Eliminate checks for libgcc.a and libstdc++.a. Use
501 CXX for g++ compiles.
502 * configure.in: Find correct c++ compiler.
503 * configure: Regenerate.
504
be69ad80
CF
505Mon Oct 23 00:50:02 2000 Christopher Faylor <cgf@cygnus.com>
506
cf99a9fb 507 * Makefile.common (LIBGCC): Acommodate older gcc's that don't need
be69ad80
CF
508 libstdc++.a.
509
5693c8d5
CF
510Sat Oct 21 18:01:22 2000 Christopher Faylor <cgf@cygnus.com>
511
512 * Makefile.common (LIBGCC): Find libstdc++.a as well as libc.a since
513 builtin functions are in this library in newer gcc's.
514
0ce83ef6
CF
515Sun Oct 1 22:02:38 2000 Christopher Faylor <cgf@cygnus.com>
516
517 * Makefile.common: Extend VERBOSE default.
518 * Makefile.in: Don't clean the testsuite separately. It's already part
519 of CLEAN_SUBDIRS.
520
72be82da
CF
5212000-09-30 Christopher Faylor <cgf@cygnus.com>
522
523 * Makefile.common: Default to VERBOSE when part of overall source
524 tree build.
525
39630fe3
CF
5262000-09-02 Egor Duda <deo@logos-m.ru>
527
528 * Makefile.in: Add new goal "check"
529 * configure.in: When doing native build do configure in
530 testsuite subdirectory
531 * configure: Regenerate.
532
b13be6f6
CF
533Fri Sep 1 10:15:37 2000 Christopher Faylor <cgf@cygnus.com>
534
535 * Makefile.in: More normalization.
536
dc941354
CF
537Thu Aug 31 16:37:31 2000 Christopher Faylor <cgf@cygnus.com>
538
539 * Makefile.in: Normalize 'pwd' based on location of winsup.
540
5f3cb291
CF
541Thu Aug 24 15:02:26 2000 Christopher Faylor <cgf@cygnus.com>
542
543 * Makefile.common: Add bupdir2 to reference above the i686-pc-cygwin
544 directory.
545
344a1924
CF
546Thu Jun 22 18:28:06 2000 Christopher Faylor <cgf@cygnus.com>
547
548 * Makefile.in: Add dummy info targets.
549
fa2ba858
CF
550Tue Jun 20 13:36:23 2000 Christopher Faylor <cgf@cygnus.com>
551
552 * configure.in: Bow to necessity and build w32api before anything else.
553 * configure: Regenerate.
554
2e6d8441
CF
555Sat Jun 17 13:50:04 2000 Christopher Faylor <cgf@cygnus.com>
556
557 * configure.in: Detect "cross-hosting" situation and add a subset of
558 directories to SUBDIRS.
559 * configure: Regenerate.
560
6880ecef 561Thu May 25 18:39:24 2000 Christopher Faylor <cgf@cygnus.com>
0f7e52d7
CF
562
563 * configure.in: Don't assume that cinstall directory exists.
2e6d8441 564 * configure: Regenerate
0f7e52d7 565
4b9f883e
DD
5662000-05-24 DJ Delorie <dj@cygnus.com>
567
2e6d8441
CF
568 * Makefile.common (%.o): further simplify, add "..." to make it obvious
569 it's an abbreviated command line.
4b9f883e 570
8126b136
CF
571Thu May 18 14:33:05 2000 Christopher Faylor <cgf@cygnus.com>
572
573 * MAINTAINERS: Add Corinna to general list.
574
2cf2f098
DD
5752000-04-17 DJ Delorie <dj@cygnus.com>
576
f115d4c2 577 * Makefile.common (srcdir): remove dependence on where pwd is
2cf2f098 578
ba87a619
CF
579Sun Apr 9 23:47:45 2000 Christopher Faylor <cgf@cygnus.com>
580
581 * Makefile.common: Resolve srcdir to absolute path or it will confuse
582 usages when passed to submakes. Eliminate vestigal use of
583 MAKEOVERRIDES.
584
7f363152
CF
585Sun Apr 9 02:06:49 2000 Christopher Faylor <cgf@cygnus.com>
586
587 * Makefile.in: Work around MAKEOVERRIDES problem with older versions
588 of make.
589 * Makefile.common: Ditto.
590
61e196e3
RP
591Fri Apr 7 17:04:02 Ron Parker <rdparker@sourceware.cygnus.com>
592
61e196e3
RP
593 * configure.in: Added cinstall to the list of subdirs.
594 * configure: Regenerate.
595
fd5afe20
CF
596Thu Mar 30 23:45:00 2000 Christopher Faylor <cgf@cygnus.com>
597
598 * MAINTAINERS: Add Ron Parker as maintainer of cinstall stuff.
599
1fd5e000
CF
600Sun Feb 6 18:15:44 2000 Christopher Faylor <cgf@cygnus.com>
601
602 * configure.in: Do the standard CC/CFLAGS stuff for propagation to
603 sub-configures.
604 * configure: Regenerate.
605
6062000-01-26 DJ Delorie <dj@cygnus.com>
607
608 * doc/Makefile.in: fix doctool -d options
609
610Fri Jan 21 12:51:32 2000 Christopher Faylor <cgf@cygnus.com>
611
612 * Makefile.common: No need to rerun Makefile if config.status changes.
613 That should happen automatically.
614 * Makefile.in: Ditto.
615
616Sat Jan 8 14:40:01 2000 Christopher Faylor <cgf@cygnus.com>
617
618 * Makefile.common: Remove cygwin DLL specific stuff. Make Makefile
619 target PRECIOUS.
620 * Makefile.in: Make Makefile target PRECIOUS.
621
622Fri Jan 7 21:00:49 2000 Christopher Faylor <cgf@cygnus.com>
623
624 * Makefile.common: Remove cygwin DLL specific stuff. Correctly deal
625 with updir stuff when building in the same directory as the source.
626
627Thu Jan 6 19:04:35 2000 Christopher Faylor <cgf@cygnus.com>
628
629 Create new directory structure
630 * Makefile.in: New file.
631 * configure.in: New file.
632 * configure: New file.
633 * Makefile.common: New file.
634 * cygwin: New directory.
635 * w32api: New directory.
This page took 0.311493 seconds and 5 git commands to generate.