summaryrefslogtreecommitdiff
path: root/mk/wrapper
diff options
context:
space:
mode:
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
}