summaryrefslogtreecommitdiffstats
path: root/contrib/bmake/ChangeLog
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2012-11-16 01:37:25 +0000
committersjg <sjg@FreeBSD.org>2012-11-16 01:37:25 +0000
commitd281294411049c9ca9fad03441663d96ccb73476 (patch)
treef309932499193bc9bb630ead5d6aeb07eeb582a8 /contrib/bmake/ChangeLog
parent48176b8f78106dce8ff54e657c3116365c3506d8 (diff)
parentb9451e8e2e7c949c7a89c32cfed6b2399aef0115 (diff)
downloadFreeBSD-src-d281294411049c9ca9fad03441663d96ccb73476.zip
FreeBSD-src-d281294411049c9ca9fad03441663d96ccb73476.tar.gz
Merge bmake-20121111
Also pay attention to MK_SHARED_TOOLCHAIN. Approved by: marcel (mentor)
Diffstat (limited to 'contrib/bmake/ChangeLog')
-rw-r--r--contrib/bmake/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/contrib/bmake/ChangeLog b/contrib/bmake/ChangeLog
index 933e435..b17fcb5 100644
--- a/contrib/bmake/ChangeLog
+++ b/contrib/bmake/ChangeLog
@@ -1,3 +1,28 @@
+2012-11-11 Simon J. Gerraty <sjg@bad.crufty.net>
+
+ * Makefile.in (MAKE_VERSION): 20121111
+ fix generation of bmake.cat1
+
+2012-11-09 Simon J. Gerraty <sjg@bad.crufty.net>
+
+ * Makefile.in (MAKE_VERSION): 20121109
+ Merge with NetBSD make, pick up
+ o make.c: MakeBuildChild: return 0 so search continues if a
+ .ORDER dependency is detected.
+ o unit-tests/order: test the above
+
+2012-11-02 Simon J. Gerraty <sjg@bad.crufty.net>
+
+ * Makefile.in (MAKE_VERSION): 20121102
+ Merge with NetBSD make, pick up
+ o cond.c: allow cond_state[] to grow.
+ In meta mode with a very large tree, we can hit the limit
+ while processing dirdeps.
+
+2012-10-25 Simon J. Gerraty <sjg@bad.crufty.net>
+
+ * Makefile.in: we need to use ${srcdir} not ${.CURDIR}
+
2012-10-10 Simon J. Gerraty <sjg@bad.crufty.net>
* Makefile.in (MAKE_VERSION): 20121010
OpenPOWER on IntegriCloud