summaryrefslogtreecommitdiff
path: root/mk/ChangeLog
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2013-05-20 22:35:32 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2013-05-20 22:35:32 +0000
commitdca4585d16e9cd593a0b85c0d317ceab4bb4b3c0 (patch)
treed16f704b3e67f72192c172537346adf9d11f957d /mk/ChangeLog
parent3784f43e18c800101799ccd6fdcf75aa856c66fa (diff)
downloadsrc-test2-dca4585d16e9cd593a0b85c0d317ceab4bb4b3c0.tar.gz
src-test2-dca4585d16e9cd593a0b85c0d317ceab4bb4b3c0.zip
Notes
Diffstat (limited to 'mk/ChangeLog')
-rw-r--r--mk/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/mk/ChangeLog b/mk/ChangeLog
index 0f49477da486..32e064ba44d5 100644
--- a/mk/ChangeLog
+++ b/mk/ChangeLog
@@ -1,3 +1,23 @@
+2013-05-10 Simon J. Gerraty <sjg@bad.crufty.net>
+
+ * install-mk (MK_VERSION): 20130505
+ * gendirdeps.mk, meta2deps.py, meta2deps.sh: handle $TARGET_SPEC
+ for when $MACHINE isn't enough for objdir distinction.
+ Bring meta2deps.sh closer to par with meta2deps.py.
+
+2013-04-18 Simon J. Gerraty <sjg@bad.crufty.net>
+
+ * meta.stage.mk: set INSTALL to STAGE_INSTALL when making 'all'
+ also if the target 'beforeinstall' exists, make it depend on
+ .dirdep (incase it uses STAGE_INSTALL).
+
+2013-04-17 Simon J. Gerraty <sjg@bad.crufty.net>
+
+ * install-mk (MK_VERSION): 20130401 ;-)
+ * meta.stage.mk (STAGE_INSTALL_SH): add stage-install.sh as
+ wrapper around install(1).
+ * options.mk (OPTION_PREFIX): Allow a prefix other than MK_
+
2013-03-30 Simon J. Gerraty <sjg@bad.crufty.net>
* meta2deps.py (MetaFile.__init__): ensure self.cwd is initialized.