summaryrefslogtreecommitdiff
path: root/mk/compiler
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-17 06:07:06 +0000
committerjlam <jlam>2004-03-17 06:07:06 +0000
commit60965041094047b3ce121eb52d2c591d4621796a (patch)
treeb3610bf867ecb8915209474267a8b10d2818c727 /mk/compiler
parent54dbc4e8349e8b6e18879063b84a0f2fa470e399 (diff)
downloadpkgsrc-60965041094047b3ce121eb52d2c591d4621796a.tar.gz
Also accept DISTCC_VERBOSE in /etc/mk.conf to allow for easier debugging.
Diffstat (limited to 'mk/compiler')
-rw-r--r--mk/compiler/distcc.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/compiler/distcc.mk b/mk/compiler/distcc.mk
index 4a2dbba2ded..ffbec8082c4 100644
--- a/mk/compiler/distcc.mk
+++ b/mk/compiler/distcc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: distcc.mk,v 1.18 2004/03/17 05:23:05 jlam Exp $
+# $NetBSD: distcc.mk,v 1.19 2004/03/17 06:07:06 jlam Exp $
.if !defined(COMPILER_DISTCC_MK)
COMPILER_DISTCC_MK= defined
@@ -67,6 +67,9 @@ BUILD_ENV+= DISTCC_HOSTS=${DISTCC_HOSTS:Q}
.if defined(DISTCC_SSH) && !empty(DISTCC_SSH)
BUILD_ENV+= DISTCC_SSH=${DISTCC_SSH:Q}
.endif
+.if defined(DISTCC_VERBOSE) && !empty(DISTCC_VERBOSE)
+BUILD_ENV+= DISTCC_VERBOSE=${DISTCC_VERBOSE:Q}
+.endif
# Create symlinks for the compiler into ${WRKDIR}.
. if exists(${_DISTCCBASE}/bin/distcc)