summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.cmake.mk
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-08-10 15:43:46 +0000
committermiwi <miwi@FreeBSD.org>2008-08-10 15:43:46 +0000
commitaff37f2d0e34414e0f84d38aca1a9ac1c899941b (patch)
tree4f66f93264096dfbc0452e63c0cb607c97e5377b /Mk/bsd.cmake.mk
parent40e05f9424a36799f3446f25a32ef29b717cb95a (diff)
downloadFreeBSD-ports-aff37f2d0e34414e0f84d38aca1a9ac1c899941b.zip
FreeBSD-ports-aff37f2d0e34414e0f84d38aca1a9ac1c899941b.tar.gz
- Update to 2.6.1
Changelog: http://www.cmake.org/pipermail/cmake/2008-August/023188.html bsd.cmake.mk - Use VERBOSE mode when BATCH is defined to get more informative logs on pointyhat/tinderbox
Diffstat (limited to 'Mk/bsd.cmake.mk')
-rw-r--r--Mk/bsd.cmake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.cmake.mk b/Mk/bsd.cmake.mk
index 72f7652..d663c5b 100644
--- a/Mk/bsd.cmake.mk
+++ b/Mk/bsd.cmake.mk
@@ -78,7 +78,7 @@ CMAKE_BUILD_TYPE=DEBUG
#
# Force makefile verbosity if needed
#
-.if defined(CMAKE_VERBOSE)
+.if defined(CMAKE_VERBOSE) || defined(BATCH)
CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
.endif
OpenPOWER on IntegriCloud