Deleted Added
full compact
ChangeLog (246223) ChangeLog (249033)
12013-03-30 Simon J. Gerraty <sjg@bad.crufty.net>
2
3 * Makefile (MAKE_VERSION): 20130330
4 Merge with NetBSD make, pick up
5 o meta.c: refine the handling of .OODATE in commands.
6 Rather than suppress command comparison for the entire script
7 as though .NOMETA_CMP had been used, only suppress it for the
8 one command line.
9 This allows something like ${.OODATE:M.NOMETA_CMP} to be used to
10 suppress comparison of a command without otherwise affecting it.
11 o make.1: document that
12
132013-03-22 Simon J. Gerraty <sjg@bad.crufty.net>
14
15 * Makefile (MAKE_VERSION): 20130321
16 yes, not quite right but its a cooler number.
17 Merge with NetBSD make, pick up
18 o parse.c: fix ParseGmakeExport to be portable
19 and add a unit-test.
20 * meta.c: call meta_init() before makefiles are read and if built
21 with filemon support set .MAKE.PATH_FILEMON to _PATH_FILEMON
22 this let's makefiles test for support.
23 Call meta_mode_init() to process .MAKE.MODE.
24
252013-03-13 Simon J. Gerraty <sjg@bad.crufty.net>
26
27 * Makefile (MAKE_VERSION): 20130305
28 Merge with NetBSD make, pick up
29 o run .STALE: target when a dependency from .depend is missing.
30 o job.c: add Job_RunTarget() for the above and .BEGIN
31
322013-03-03 Simon J. Gerraty <sjg@bad.crufty.net>
33
34 * Makefile (MAKE_VERSION): 20130303
35 Merge with NetBSD make, pick up
36 o main.c: set .MAKE.OS to utsname.sysname
37 o job.c: more checks for read and poll errors
38 o var.c: lose VarChangeCase() saves 4% time
39
402013-03-02 Simon J. Gerraty <sjg@bad.crufty.net>
41
42 * boot-strap: remove MAKEOBJDIRPREFIX from environment since we
43 want to use MAKEOBJDIR
44
12013-01-27 Simon J. Gerraty <sjg@bad.crufty.net>
2
3 * Merge with NetBSD make, pick up
4 o make.1: more info on how shell commands are handled.
5 o job.c,main.c: detect write errors to job pipes.
6
72013-01-25 Simon J. Gerraty <sjg@bad.crufty.net>
8

--- 1475 unchanged lines hidden ---
452013-01-27 Simon J. Gerraty <sjg@bad.crufty.net>
46
47 * Merge with NetBSD make, pick up
48 o make.1: more info on how shell commands are handled.
49 o job.c,main.c: detect write errors to job pipes.
50
512013-01-25 Simon J. Gerraty <sjg@bad.crufty.net>
52

--- 1475 unchanged lines hidden ---