aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2015-05-10 20:01:54 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2015-05-10 20:01:54 +0000
commitc21ae9a30b65109a8ba1505c1ff55eeca86c0e03 (patch)
tree4eae54bfc3095357d05aea86f6ac77355bbb04e2 /ChangeLog
parent023e89e5efa694577b481488bb5ea251d3ec1966 (diff)
downloadsrc-c21ae9a30b65109a8ba1505c1ff55eeca86c0e03.tar.gz
src-c21ae9a30b65109a8ba1505c1ff55eeca86c0e03.zip
Import bmake-20150505 detect typo's in .if variable references.vendor/NetBSD/bmake/20150505
Notes
Notes: svn path=/vendor/NetBSD/bmake/dist/; revision=282732 svn path=/vendor/NetBSD/bmake/20150505/; revision=282733; tag=vendor/NetBSD/bmake/20150505
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2fe736917f37..f46e95de9a03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2015-05-05 Simon J. Gerraty <sjg@bad.crufty.net>
+
+ * Makefile (MAKE_VERSION): 20150505
+ Merge with NetBSD make, pick up
+ o cond.c: be strict about lhs of comparison when evaluating .if
+ but less so when called from variable expansion.
+ o unit-tests/cond2.mk: test various error conditions
+
+2015-05-04 Simon J. Gerraty <sjg@bad.crufty.net>
+
+ * machine.sh (MACHINE): Add Bitrig
+ patch from joerg@netbsd.org
+
2015-04-18 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile (MAKE_VERSION): 20150418