diff options
author | rillig <rillig> | 2006-11-30 12:59:56 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-11-30 12:59:56 +0000 |
commit | a87ad62a433dcb2bb96d68893601e02f603f388c (patch) | |
tree | 6f046b65cab2199da6e4c9a0c632eabe4ef49d4d /mk | |
parent | bbd9e236cc2a00db074752d842b2367b92c491c1 (diff) | |
download | pkgsrc-a87ad62a433dcb2bb96d68893601e02f603f388c.tar.gz |
The function transform_pass_with_warning() also gets its debugging
output.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/wrapper/wrapper-subr.sh | 3 |
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 } |