pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Fixed _PKG_DEBUG_SCRIPT for the case of PKG_DEBUG_L...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3af5c236acf1
branches:  trunk
changeset: 532157:3af5c236acf1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Aug 13 05:22:37 2007 +0000

description:
Fixed _PKG_DEBUG_SCRIPT for the case of PKG_DEBUG_LEVEL=0.

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d467c7e1678f -r 3af5c236acf1 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Mon Aug 13 05:05:11 2007 +0000
+++ b/mk/bsd.pkg.mk     Mon Aug 13 05:22:37 2007 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1918 2007/08/10 13:09:52 joerg Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1919 2007/08/13 05:22:37 rillig Exp $
 #
 # This file is in the public domain.
 #
@@ -271,7 +271,7 @@
 PKG_DEBUG_LEVEL?=      0
 _PKG_SILENT=           @
 _PKG_DEBUG=            # empty
-_PKG_DEBUG_SCRIPT=     # empty
+_PKG_DEBUG_SCRIPT=     ${SH}
 
 .if ${PKG_DEBUG_LEVEL} > 0
 _PKG_SILENT=           # empty



Home | Main Index | Thread Index | Old Index