aboutsummaryrefslogtreecommitdiff
path: root/mk/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mk/ChangeLog')
-rw-r--r--mk/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/mk/ChangeLog b/mk/ChangeLog
index a8805fa774bf..e904175f354d 100644
--- a/mk/ChangeLog
+++ b/mk/ChangeLog
@@ -1,3 +1,37 @@
+2026-07-04 Simon J Gerraty <sjg@beast.crufty.net>
+
+ * install-mk (MK_VERSION): 20260704
+
+2026-07-03 Simon J Gerraty <sjg@beast.crufty.net>
+
+ * dirdeps.mk: make use of alternation support in latest bmake
+ when setting .MAKE.META.IGNORE_FILTER so we can get both
+ Makefile.depend* and *.mk to make cache out-of-date.
+
+2026-07-02 Simon J Gerraty <sjg@beast.crufty.net>
+
+ * meta2deps.py: detect corrupted filemon data on Linux,
+ caused by lost newlines.
+
+2026-06-21 Simon J Gerraty <sjg@beast.crufty.net>
+
+ * install-mk (MK_VERSION): 20260621
+
+ * gendirdeps.mk: more debug output
+
+ * meta.autodep.mk: remove extra } from GENDIRDEPS_ENV
+
+2026-06-19 Simon J Gerraty <sjg@beast.crufty.net>
+
+ * install-mk (MK_VERSION): 20260619
+
+ * install-new.mk: for POSIX_SHELL we need .new*
+ rather than just .new
+
+2026-05-21 Simon J Gerraty <sjg@beast.crufty.net>
+
+ * meta2deps.{py,sh}: skip pathnames with spaces - not worth the pain.
+
2026-05-09 Simon J Gerraty <sjg@beast.crufty.net>
* gendirdeps.mk: also apply ':S,/$,,' and ':C,/(\.[^.]*)$,\1,'