Added debugging.
[crywrap.git] / Mk / ChangeLog
blob3bfc4a25a2a3f71efefb0e900ed853bb3ec5443d
1 # do not edit -- automatically generated by arch changelog
2 # arch-tag: automatic-ChangeLog--algernon@bonehunter.rulez.org--tla/Mk--head--0.1
5 2004-01-29 18:44:17 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-46
7     Summary:
8       Mk.m4
9     Revision:
10       Mk--head--0.1--patch-46
12     * Mk.m4: New file.
13     * Makefile.in {EXTRA_DIST}: Added it.
15     new files:
16      Mk.m4
18     modified files:
19      ChangeLog Makefile.in
22 2004-01-22 22:10:54 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-45
24     Summary:
25       Really fixed distclean
26     Revision:
27       Mk--head--0.1--patch-45
29     * Rules.mk.in (distclean): Really duplicate `clean' as should have
30       been done in patch-39.
32     modified files:
33      ChangeLog Rules.mk.in
36 2004-01-14 14:05:52 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-44
38     Summary:
39       Normalizing $@
40     Revision:
41       Mk--head--0.1--patch-44
43     * Rules.mk (_@): New canned commandset.
44     
45     Updated all relevant ${_subdir}$@ users to use ${_@} instead.
47     modified files:
48      ChangeLog Rules.mk.in
51 2004-01-11 18:59:42 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-43
53     Summary:
54       Made make dir/ work when dir has subdirs
55     Revision:
56       Mk--head--0.1--patch-43
58     * Rules.mk.in (%/): Set DEFDESCEND to all.
60     modified files:
61      ChangeLog Rules.mk.in
64 2003-12-18 16:18:16 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-42
66     Summary:
67       Added EXTRA_DIST stuff
68     Revision:
69       Mk--head--0.1--patch-42
71     * toplevel.mk {EXTRA_DIST}: Append autoconf stuff.
73     modified files:
74      ChangeLog toplevel.mk
77 2003-12-14 13:57:20 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-41
79     Summary:
80       MAKE_TARGET_VAR_APPEND
81     Revision:
82       Mk--head--0.1--patch-41
84     * Rules.mk.in {MAKE_TARGET_VAR_APPEND}: New substvar.
86     modified files:
87      ChangeLog Rules.mk.in
90 2003-12-14 13:17:30 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-40
92     Summary:
93       Make the flex rule work for ancient flexen too
94     Revision:
95       Mk--head--0.1--patch-40
97     * Rules.mk.in (%.l -> %.c): Run FLEX without args, so it produces
98       lex.yy.c, and rename that. This works around the ancient flex on
99       Solaris.
101     modified files:
102      ChangeLog Rules.mk.in
105 2003-12-13 21:43:39 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-39
107     Summary:
108       Fixed distclean
109     Revision:
110       Mk--head--0.1--patch-39
112     * Rules.mk.in {CLEANFILES}: Append stuff instead of overriding.
113       {DISTCLEANFILES}: Likewise.
114       {MAINTCLEANFILES}: Likewise.
115       {P_DISTCLEAN}: New variable.
116       (distclean): Do not depend on clean, but duplicate its
117       functionality. (Like maintainer-clean does.)
118     * toplevel.mk {DISTCLEANFILES}: New variable, with some common stuff.
119       {MAINTCLEANFILES}: Likewise.
121     modified files:
122      ChangeLog Rules.mk.in toplevel.mk
125 2003-12-13 15:25:41 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-38
127     Summary:
128       Simplified distdir output
129     Revision:
130       Mk--head--0.1--patch-38
132     * Rules.mk.in (distdir): Simplified the output for the eye.
134     modified files:
135      ChangeLog Rules.mk.in
138 2003-12-13 15:19:28 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-37
140     Summary:
141       Fixed make dist double-run
142     Revision:
143       Mk--head--0.1--patch-37
145     * toplevel.mk (dist): Made it a wrapper around info, distdir, and...
146       (dist-pre): ..this..
147       (dist-post): ..and this.
149     modified files:
150      ChangeLog toplevel.mk
153 2003-12-13 14:23:22 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-36
155     Summary:
156       WFLAGS_ICC update
157     Revision:
158       Mk--head--0.1--patch-36
160     * Rules.mk.in {WFLAGS_ICC}: Added -wd279.
162     modified files:
163      ChangeLog Rules.mk.in
166 2003-12-13 14:22:15 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-35
168     Summary:
169       Fix ${builddir}/Makefile message
170     Revision:
171       Mk--head--0.1--patch-35
173     * Rules.mk.in (${builddir}/Makefile): Prefix the output stuff with
174       ${_subdir}.
176     modified files:
177      ChangeLog Rules.mk.in
180 2003-12-13 09:29:03 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-34
182     Summary:
183       Fixed make dist
184     Revision:
185       Mk--head--0.1--patch-34
187     * Rules.mk.in (distdir): Do a ${DESCEND}, otherwise non-first-level
188       directories will not be descended into.
189     * toplevel.mk [VERBOSE==2] (dist-local): Only fiddle with _target in
190       this case.
192     modified files:
193      ChangeLog Rules.mk.in toplevel.mk
196 2003-12-12 11:55:17 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-33
198     Summary:
199       Fixed make dist
200     Revision:
201       Mk--head--0.1--patch-33
203     * toplevel.mk (dist-local): Fixed _toplevel fiddling.
205     modified files:
206      ChangeLog toplevel.mk
209 2003-12-12 11:49:32 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-32
211     Summary:
212       Do not clean CUSTOM_OBJECTS
213     Revision:
214       Mk--head--0.1--patch-32
216     * Rules.mk.in {_OBJECTS}: New variable, containing what OBJECTS did,
217       but without CUSTOM_OBJECTS.
218       {OBJECTS}: Made it a combination of _OBJECTS and CUSTOM_OBJECTS.
219       {CLEANFILES}: Clean _OBJECTS, not OBJECTS, so CUSTOM_OBJECTS will
220       not get cleaned.
221     
222     This fixed a bug where `make subdir/clean' erased CUSTOM_OBJECTS from
223     a different directory, where subdir/'s Makefile contained, say,
224     `CUSTOM_OBJECTS=../foo/bar.o'. (That is, make subdir/clean cleaned
225     ../foo/bar.o, and it does not do that anymore with this fix).
227     modified files:
228      ChangeLog Rules.mk.in
231 2003-12-12 10:49:35 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-31
233     Summary:
234       Support VERBOSE=2
235     Revision:
236       Mk--head--0.1--patch-31
238     * Rules.mk.in: When V=2 is set, prefix all actions with (TARGET),
239       where TARGET is the original target.
240     * toplevel.mk (dist-local): Set _target to `(dist)'.
242     modified files:
243      ChangeLog Rules.mk.in toplevel.mk
246 2003-12-12 10:32:05 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-30
248     Summary:
249       Silenced P_SUB
250     Revision:
251       Mk--head--0.1--patch-30
253     * Rules.mk.in: Prefix all output names with ${_subdir}, and make P_SUB
254       silent by default (old behaviour can be restored with D=1).
256     modified files:
257      ChangeLog Rules.mk.in
260 2003-12-12 10:05:21 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-29
262     Summary:
263       Enhanced message upon DESCEND
264     Revision:
265       Mk--head--0.1--patch-29
267     * Rules.mk.in {_subdir}: New variable.
268       {DESCEND}: Prefix ${dir} with ${_subdir} in non-verbose mode.
270     modified files:
271      ChangeLog Rules.mk.in
274 2003-12-12 08:51:22 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-28
276     Summary:
277       Support deeper (>= 2 level) hierarchies
278     Revision:
279       Mk--head--0.1--patch-28
281     * Rules.mk.in {top_builddir}: Use some magic to figure out how deep we
282       are.
284     modified files:
285      ChangeLog Rules.mk.in
288 2003-12-12 08:35:20 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-27
290     Summary:
291       LEX_SOURCES and YACC_SOURCES support
292     Revision:
293       Mk--head--0.1--patch-27
295     * Rules.mk.in {LEX_SOURCES}: New user variable.
296       {YACC_SOURCES}: Likewise.
297       {DISTFILES}: Added ${LEX_SOURCES} and ${YACC_SOURCES}.
298       {LEX_OBJECTS}: New variable.
299       {YACC_OBJECTS}: Likewise.
300       {OBJECTS}: Added ${YACC_OBJECTS} and ${LEX_OBJECTS}
301       {LEX_MIDSRCS}: New variable.
302       {YACC_MIDSRCS}: Likewise.
303       {CLEANFILES}: Added ${YACC_MIDSRCS} and ${LEX_MIDSRCS}.
305     modified files:
306      ChangeLog Rules.mk.in
309 2003-12-11 10:40:09 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-26
311     Summary:
312       Lex & Yacc updates
313     Revision:
314       Mk--head--0.1--patch-26
316     * Rules.mk.in (%.tab.c): Remove arch-tag stuff.
317       (%.tab.h): Made it a separate target, based on %.tab.c.
319     modified files:
320      ChangeLog Rules.mk.in
323 2003-12-11 10:11:14 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-25
325     Summary:
326       LEX & YACC stuff
327     Revision:
328       Mk--head--0.1--patch-25
330     * Rules.mk (LEX): New substvar.
331       (YACC): Likewise.
332       (P_LEX): New variable.
333       (P_YACC): Likewise.
334       (%.c: %l): New rule.
335       (%.tab.c: %.tab.y): Likewise.
336       (%.tab.h: %.tab.y): Likewise.
338     modified files:
339      ChangeLog Rules.mk.in
342 2003-12-05 23:04:07 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-24
344     Summary:
345       Fixed -DPATCHLEVEL
346     Revision:
347       Mk--head--0.1--patch-24
349     * Rules.mk.in {DEFINES}: Include ${UPATCHLEVEL} in -DVERSION's value
350       too.
352     modified files:
353      ChangeLog Rules.mk.in
356 2003-12-05 22:11:05 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-23
358     Summary:
359       Fixed snapshot building
360     Revision:
361       Mk--head--0.1--patch-23
363     * Rules.mk.in {VERSION}: Always append ${UPATCHLEVEL} to it.
364       {PATCHLEVEL}: Adjusted it in one case to the above change.
366     modified files:
367      ChangeLog Rules.mk.in
370 2003-12-05 22:07:53 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-22
372     Summary:
373       Typo fix
374     Revision:
375       Mk--head--0.1--patch-22
377     * Rules.mk.in (distdir): Fixed a typo in verbose mode.
379     modified files:
380      ChangeLog Rules.mk.in
383 2003-12-03 19:16:10 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-21
385     Summary:
386       SNAPLOG support
387     Revision:
388       Mk--head--0.1--patch-21
390     * Rules.mk {SNAPLOG}: New variable.
391       {UPATCHLEVEL}: Use it.
393     modified files:
394      ChangeLog Rules.mk.in
397 2003-12-03 10:50:46 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-20
399     Summary:
400       Support for setting PATCHLEVEL outside of Rules.mk
401     Revision:
402       Mk--head--0.1--patch-20
404     * Rules.mk: Added support for setting PATCHLEVEL outside of Rules.mk.
406     modified files:
407      ChangeLog Rules.mk.in
410 2003-10-06 19:43:04 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-19
412     Summary:
413       Simplified snapshot handling
414     Revision:
415       Mk--head--0.1--patch-19
417     * Rules.mk.in: Simplified snapshot handling a lot.
419     modified files:
420      ChangeLog Rules.mk.in
423 2003-10-05 15:17:51 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-18
425     Summary:
426       Fixed WITH_SNAPSHOT
427     Revision:
428       Mk--head--0.1--patch-18
430     * Rules.mk.in: FIxed snapshot support yet again.
432     modified files:
433      ChangeLog Rules.mk.in
436 2003-10-05 11:42:46 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-17
438     Summary:
439       .snapshot-version fixes
440     Revision:
441       Mk--head--0.1--patch-17
443     * Rules.mk.in: Get .snapshot-version from ${top_builddir}, so it will
444       be known in subdirs too.
446     modified files:
447      ChangeLog Rules.mk.in
450 2003-09-20 21:39:25 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-16
452     Summary:
453       Pre-0 version support
454     Revision:
455       Mk--head--0.1--patch-16
457     * Rules.mk.in (PATCHLEVEL): If PATCHLEVEL == PX, prepend a 0.pre
458       before ${PX}. So we get versions like 0.2.0.pre.15.
459       Not pretty, but better than 0.2..15 :)
461     modified files:
462      ChangeLog Rules.mk.in
465 2003-09-20 20:46:57 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-15
467     Summary:
468       Fixed ${pkgconfdir}
469     Revision:
470       Mk--head--0.1--patch-15
472     * Rules.mk (pkgconfdir): Use ${PACKAGE} instead of ${PROGRAM}, which
473       is not defined.
475     modified files:
476      ChangeLog Rules.mk.in
479 2003-09-19 18:00:29 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-14
481     Summary:
482       Support --with-snapshot in the dist tarball
483     Revision:
484       Mk--head--0.1--patch-14
486     * Rules.mk.in: When WITH_SNAPSHOT is not specified, but
487       .snapshot-version exists, get PATCHLEVEL from there.
488       Also include .snapshot-version in the tarball.
490     modified files:
491      ChangeLog Rules.mk.in
494 2003-09-19 11:38:28 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-13
496     Summary:
497       CLEANFILES update
498     Revision:
499       Mk--head--0.1--patch-13
501     * Rules.mk.in (CLEANFILES): Moved most of the stuff from clean to
502       here.
504     modified files:
505      ChangeLog Rules.mk.in
508 2003-09-19 10:40:40 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-12
510     Summary:
511       Support CUSTOM_OBJECTS
512     Revision:
513       Mk--head--0.1--patch-12
515     * Rules.mk.in (OBJECTS): Add ${CUSTOM_OBJECTS} to the list too.
517     modified files:
518      ChangeLog Rules.mk.in
521 2003-09-18 07:52:31 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-11
523     Summary:
524       Support CUSTOM_CFLAGS and CUSTOM_LDFLAGS
525     Revision:
526       Mk--head--0.1--patch-11
528     * Rules.mk.in (ALL_CFLAGS): Append ${CUSTOM_CFLAGS}.
529       (ALL_LDFLAGS): Append ${CUSTOM_LDFLAGS}.
531     modified files:
532      ChangeLog Rules.mk.in
535 2003-09-16 08:29:31 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-10
537     Summary:
538       ${top_builddir}/system.h
539     Revision:
540       Mk--head--0.1--patch-10
542     * Rules.mk.in (${top_builddir}/system.h): New rule.
544     modified files:
545      ChangeLog Rules.mk.in
548 2003-09-15 10:39:14 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-9
550     Summary:
551       Added ChangeLog
552     Revision:
553       Mk--head--0.1--patch-9
555     * ChangeLog: New file.
556     * Makefile.in (EXTRA_DIST): Added it.
558     new files:
559      ChangeLog
561     modified files:
562      Makefile.in
565 2003-09-15 10:13:34 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-8
567     Summary:
568       Link support
569     Revision:
570       Mk--head--0.1--patch-8
572     * Rules.mk.in (LN_S): New substvar.
573       (P_LINK): New print-helper.
575     modified files:
576      Rules.mk.in
579 2003-09-15 09:06:14 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-7
581     Summary:
582       Fixed Makefile recreation in top-level dir
583     Revision:
584       Mk--head--0.1--patch-7
586     * Rules.mk.in (${builddir}/Makefile): Prepend a ./ to the
587       CONFIG_FILES= path.
589     modified files:
590      Rules.mk.in
593 2003-09-15 08:51:41 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-6
595     Summary:
596       Cleanup some distcheck mess
597     Revision:
598       Mk--head--0.1--patch-6
600     * Rules.mk.in (ALL_CFLAGS): Use =, not :=, otherwise some stuff gets
601       redefined at distcheck time.
602       (ALL_LDFLAGS): Likewise.
604     modified files:
605      Rules.mk.in
608 2003-09-15 08:43:07 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-5
610     Summary:
611       distcheck fix
612     Revision:
613       Mk--head--0.1--patch-5
615     * Makefile.in (EXTRA_DIST): Added toplevel.mk.
617     modified files:
618      Makefile.in
621 2003-09-15 08:34:45 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-4
623     Summary:
624       Updated to work with Blazerd too
625     Revision:
626       Mk--head--0.1--patch-4
628     * Rules.mk.in: Include ${top_builddir}/config.mk - it is an
629       autogenerated file now.
630       [THY_SNAP]: Renamed to...
631       [WITH_SNAPSHOT]: ...this.
632       (CLEANFILES): Added ${PROGRAMS}.
633       (${top_builddir}/Mk/Rules.mk): Use CONFIG_FILES flag when calling
634       config.status.
635       (${builddir}/Makefile): Likewise.
636       (${top_builddir}/config.mk): New rule.
638     modified files:
639      Rules.mk.in
642 2003-09-13 19:11:04 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-3
644     Summary:
645       WFLAGS_29X update
646     Revision:
647       Mk--head--0.1--patch-3
649     * Rules.mk.in (WFLAGS_29X): Removed -Wmulticharacter.
651     modified files:
652      Rules.mk.in
655 2003-09-13 18:57:11 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-2
657     Summary:
658       toplevel.mk
659     Revision:
660       Mk--head--0.1--patch-2
662     * toplevel.mk: New file.
664     new files:
665      toplevel.mk
668 2003-09-13 18:56:05 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    patch-1
670     Summary:
671       Added code that allows make <dir>/<foo>
672     Revision:
673       Mk--head--0.1--patch-1
675     * Rules.mk.in: Added code that allows make <dir>/<foo>.
677     modified files:
678      Rules.mk.in
681 2003-09-13 18:17:48 GMT Gergely Nagy <algernon@bonehunter.rulez.org>    base-0
683     Summary:
684       Initial import
685     Revision:
686       Mk--head--0.1--base-0
688     Initial import from thy--head--0.8, plus some generalisation.
690     new files:
691      Makefile.in Rules.mk.in