diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2020-06-09 20:52:35 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2020-06-09 20:52:35 +0000 |
commit | ef0b253881c9546ff88d3ed8480df7c791b3ddff (patch) | |
tree | 531f0d75dc3d0c53eb0f50a05b746e765c838bca /contrib/bmake/mk/ChangeLog | |
parent | c76b8bda0b5fc8cceece3b627ebfc5fcb64f5dad (diff) | |
parent | abd272d7cab9b0b2de6ab28d5bc664a8df7c5c85 (diff) |
Merge bmake-20200606
Relevant items from ChangeLog:
o dir.c: cached_stats - don't confuse stat and lstat results.
o var.c: add :Or for reverse sort.
Notes
Notes:
svn path=/head/; revision=361986
Diffstat (limited to 'contrib/bmake/mk/ChangeLog')
-rw-r--r-- | contrib/bmake/mk/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/bmake/mk/ChangeLog b/contrib/bmake/mk/ChangeLog index 9ce9b33f8f65..f061d43949e2 100644 --- a/contrib/bmake/mk/ChangeLog +++ b/contrib/bmake/mk/ChangeLog @@ -1,3 +1,20 @@ +2020-06-06 Simon J Gerraty <sjg@beast.crufty.net> + + * install-mk (MK_VERSION): 20200606 + + * dirdeps-targets.mk: allow for filtering of .TARGETS + + * meta2deps.py: fix bug in processing 'L'ink and 'M'ove + entries - and we don't care about 'W'rite entries. + Also ignore absolute paths that do not exist. + +2020-05-25 Simon J Gerraty <sjg@beast.crufty.net> + + * install-mk (MK_VERSION): 20200525 + + * init.mk: expand and simplify handling of qualified vars + like CPPFLAGS.${.TARGET:T} + 2020-05-15 Simon J Gerraty <sjg@beast.crufty.net> * install-mk (MK_VERSION): 20200515 |