aboutsummaryrefslogtreecommitdiff
path: root/mk/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mk/ChangeLog')
-rw-r--r--mk/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/mk/ChangeLog b/mk/ChangeLog
index fa6ea9b9d337..f73c4fb68c6b 100644
--- a/mk/ChangeLog
+++ b/mk/ChangeLog
@@ -1,3 +1,38 @@
+2021-06-16 Simon J Gerraty <sjg@beast.crufty.net>
+
+ * install-mk (MK_VERSION): 20210616
+
+ * dirdeps.mk: when using .MAKE.DEPENDFILE_PREFERENCE to find
+ depend files to read, anchor MACHINE at , or end of string
+ to avoid prefix match.
+
+2021-05-04 Simon J Gerraty <sjg@beast.crufty.net>
+
+ * install-mk (MK_VERSION): 20210504
+
+ * dirdeps.mk: re-implement ALL_MACHINES support to better
+ cater for local complexities, when ONLY_TARGET_SPEC_LIST
+ is not set. local.dirdeps.mk can set
+ DIRDEPS_ALL_MACHINES_FILTER and/or
+ DIRDEPS_ALL_MACHINES_FILTER_XTRAS to filter the results we get
+ from listing all existing Makefile.depend.*
+
+2021-04-20 Simon J Gerraty <sjg@beast.crufty.net>
+
+ * install-mk (MK_VERSION): 20210420
+
+ * dirdeps.mk: revert previous - not always safe.
+
+2021-03-20 Simon J Gerraty <sjg@beast.crufty.net>
+
+ * install-mk (MK_VERSION): 20210321
+
+ * dirdeps.mk: when generating dirdeps.cache
+ we only need to hook the initial DIRDEPS to the
+ dirdeps target. That and any _build_xtra_dirs (like tests which
+ should not be hooked directly to the dependency graph - to avoid
+ cycles)
+
2021-01-30 Simon J Gerraty <sjg@beast.crufty.net>
* install-mk (MK_VERSION): 20210130