svn commit: r443540 - head/Mk/Uses

Koop Mast kwm at FreeBSD.org
Tue Jun 13 21:04:29 UTC 2017


Author: kwm
Date: Tue Jun 13 21:04:27 2017
New Revision: 443540
URL: https://svnweb.freebsd.org/changeset/ports/443540

Log:
  Set CONFIGURE_LOG so if the configure stage fails
  CONFIGURE_FAIL_MESSAGE mentions the correct log file.
  
  Submitted by:	swills@

Modified:
  head/Mk/Uses/meson.mk

Modified: head/Mk/Uses/meson.mk
==============================================================================
--- head/Mk/Uses/meson.mk	Tue Jun 13 21:02:46 2017	(r443539)
+++ head/Mk/Uses/meson.mk	Tue Jun 13 21:04:27 2017	(r443540)
@@ -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}
 


More information about the svn-ports-all mailing list