summaryrefslogtreecommitdiff
path: root/Mk/Uses/meson.mk
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-06-13 21:04:27 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-06-13 21:04:27 +0000
commitbfce9b9a4d12325cf3dd136d2c33b5a80a37ce7d (patch)
tree6eda945cec739f3155c84b29b3f340656da59893 /Mk/Uses/meson.mk
parentPython implementations of the Porter, Porter2, Paice-Husk, and Lovins stemming (diff)
Set CONFIGURE_LOG so if the configure stage fails
CONFIGURE_FAIL_MESSAGE mentions the correct log file. Submitted by: swills@
Notes
Notes: svn path=/head/; revision=443540
Diffstat (limited to 'Mk/Uses/meson.mk')
-rw-r--r--Mk/Uses/meson.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/Uses/meson.mk b/Mk/Uses/meson.mk
index b3d4e0aca837..e8afcabe30e3 100644
--- a/Mk/Uses/meson.mk
+++ b/Mk/Uses/meson.mk
@@ -62,6 +62,8 @@ TEST_TARGET= test
MESON_BUILD_DIR?= _build
+CONFIGURE_LOG= ${MESON_BUILD_DIR}/meson-logs/meson-log.txt
+
# Add meson build dir at the end.
CONFIGURE_ARGS+= ${MESON_BUILD_DIR}