pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/compiler Also accept DISTCC_VERBOSE in /etc/mk.conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/763387b63461
branches:  trunk
changeset: 471077:763387b63461
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Mar 17 06:07:06 2004 +0000

description:
Also accept DISTCC_VERBOSE in /etc/mk.conf to allow for easier debugging.

diffstat:

 mk/compiler/distcc.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 507fb8e45a09 -r 763387b63461 mk/compiler/distcc.mk
--- a/mk/compiler/distcc.mk     Wed Mar 17 06:01:17 2004 +0000
+++ b/mk/compiler/distcc.mk     Wed Mar 17 06:07:06 2004 +0000
@@ -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 @@
 .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)



Home | Main Index | Thread Index | Old Index