Deleted Added
full compact
ChangeLog (321653) ChangeLog (331246)
12018-02-22 Simon J. Gerraty <sjg@bad.crufty.net>
2
3 * VERSION: 20180222
4 Merge with NetBSD make, pick up
5 o parse.c: avoid calling sysconf for every call to loadfile
6
72018-02-18 Simon J. Gerraty <sjg@bad.crufty.net>
8
9 * VERSION: 20180218
10 Merge with NetBSD make, pick up
11 o var.c: Var_Set handle NULL value anytime.
12
132018-02-12 Simon J. Gerraty <sjg@bad.crufty.net>
14
15 * VERSION: 20180212
16 Merge with NetBSD make, pick up
17 o parse.c: do not treat .info as warning with -W
18
192017-12-07 Simon J. Gerraty <sjg@bad.crufty.net>
20
21 * VERSION: 20171207
22 Merge with NetBSD make, pick up
23 o var.c: Var_Append use Var_Set if var not previously set
24 so that VAR_CMD is handled correctly.
25 Add a suitable unit-test.
26
272017-11-26 Simon J. Gerraty <sjg@bad.crufty.net>
28
29 * VERSION (_MAKE_VERSION): 20171126
30
31 * aclocal.m4: use AC_LINK_IFELSE for AC_C___ATTRIBUTE__
32 since AC_TRY_COMPILE puts input inside main()
33 which upsets modern compilers.
34
352017-11-18 Simon J. Gerraty <sjg@bad.crufty.net>
36
37 * VERSION: 20171118
38 Merge with NetBSD make, pick up
39 o var.c: do not append to variable set on command line
40 add unit-test to catch this.
41
422017-10-28 Simon J. Gerraty <sjg@bad.crufty.net>
43
44 * VERSION: 20171028
45 Merge with NetBSD make, pick up
46 o main.c: ignore empty MAKEOBJDIR
47
48 * Makefile.config.in:
49 make @prefix@ @machine*@ and @default_sys_path@ defaults.
50
512017-10-05 Simon J. Gerraty <sjg@bad.crufty.net>
52
53 * VERSION: 20171005
54
55 * unit-tests/dotwait.mk: redirect stderr through pipe for more
56 consistent result on some platforms.
57
582017-08-13 Simon J. Gerraty <sjg@bad.crufty.net>
59
60 * machine.sh: entry for AIX
61
622017-08-12 Simon J. Gerraty <sjg@bad.crufty.net>
63
64 * VERSION (_MAKE_VERSION): Move the setting of _MAKE_VERSION
65 to a file that can be included by configure as well as make.
66 This allows configure to set set _MAKE_VERSION in make-bootstrap.sh
67
682017-08-10 Simon J. Gerraty <sjg@bad.crufty.net>
69
70 * Makefile (_MAKE_VERSION): 20170810
71 Merge with NetBSD make, pick up
72 o meta.c: if target is in subdir we only need subdir name in
73 meta_name.
74
12017-07-20 Simon J. Gerraty <sjg@bad.crufty.net>
2
3 * Makefile (_MAKE_VERSION): 20170720
4 Merge with NetBSD make, pick up
5 o compat.c: pass SIGINT etc onto child and wait for it to exit
6 before we self-terminate.
7
82017-07-11 Simon J. Gerraty <sjg@bad.crufty.net>

--- 2114 unchanged lines hidden ---
752017-07-20 Simon J. Gerraty <sjg@bad.crufty.net>
76
77 * Makefile (_MAKE_VERSION): 20170720
78 Merge with NetBSD make, pick up
79 o compat.c: pass SIGINT etc onto child and wait for it to exit
80 before we self-terminate.
81
822017-07-11 Simon J. Gerraty <sjg@bad.crufty.net>

--- 2114 unchanged lines hidden ---