svn commit: r374910 - head/Mk/Uses

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Dec 18 16:47:20 UTC 2014


Author: rakuco
Date: Thu Dec 18 16:47:19 2014
New Revision: 374910
URL: https://svnweb.freebsd.org/changeset/ports/374910
QAT: https://qat.redports.org/buildarchive/r374910/

Log:
  Uses/cmake.mk: Reword description of CMAKE_VERBOSE and CMAKE_NOCOLOR a bit.

Modified:
  head/Mk/Uses/cmake.mk

Modified: head/Mk/Uses/cmake.mk
==============================================================================
--- head/Mk/Uses/cmake.mk	Thu Dec 18 16:17:08 2014	(r374909)
+++ head/Mk/Uses/cmake.mk	Thu Dec 18 16:47:19 2014	(r374910)
@@ -13,9 +13,9 @@
 #
 # User defined variables:
 # CMAKE_VERBOSE		- Enable verbose build output
-#			Default: not set, until BATCH or PACKAGE_BUILDING is defined
+#			Default: not set, unless BATCH or PACKAGE_BUILDING is defined
 # CMAKE_NOCOLOR		- Disable colour build output
-#			Default: not set, until BATCH or PACKAGE_BUILDING is defined
+#			Default: not set, unless BATCH or PACKAGE_BUILDING is defined
 # CMAKE_NINJA		- Use ninja instead of make(1)
 #
 # Variables for ports:


More information about the svn-ports-head mailing list