summaryrefslogtreecommitdiff
path: root/mk/wrapper
diff options
context:
space:
mode:
authorrillig <rillig>2006-11-30 12:59:56 +0000
committerrillig <rillig>2006-11-30 12:59:56 +0000
commit278279f73a4085b5744379f8cae8970dd9a2a724 (patch)
tree6f046b65cab2199da6e4c9a0c632eabe4ef49d4d /mk/wrapper
parentcef80ffd41d7a0e98a1fcbb1df3ceabb52d73c00 (diff)
downloadpkgsrc-278279f73a4085b5744379f8cae8970dd9a2a724.tar.gz
The function transform_pass_with_warning() also gets its debugging
output.
Diffstat (limited to 'mk/wrapper')
-rw-r--r--mk/wrapper/wrapper-subr.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/wrapper/wrapper-subr.sh b/mk/wrapper/wrapper-subr.sh
index 72f82f2f74e..ac7d194679f 100644
--- a/mk/wrapper/wrapper-subr.sh
+++ b/mk/wrapper/wrapper-subr.sh
@@ -1,4 +1,4 @@
-# $NetBSD: wrapper-subr.sh,v 1.6 2006/11/30 12:11:48 rillig Exp $
+# $NetBSD: wrapper-subr.sh,v 1.7 2006/11/30 12:59:56 rillig Exp $
#
# This file contains shell functions that are useful to the wrapper
# scripts.
@@ -50,5 +50,6 @@ transform_pass() {
transform_pass_with_warning() {
_warning=${1-"passing option $arg"}
msg_log "$wrapperlog" "WARNING: [$wrapsubr_name] $_warning"
+ $debug_log $wrapperlog " ($wrapsubr_name) to: $arg [unchanged]"
addtocache=no
}