diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-30 12:59:56 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-30 12:59:56 +0000 |
commit | d2429d2e1f61caa835a6689ddd6170c1c930e525 (patch) | |
tree | 6f046b65cab2199da6e4c9a0c632eabe4ef49d4d /mk/wrapper | |
parent | 615f38464062a5f1dab16446a16f71710116dbd5 (diff) | |
download | pkgsrc-d2429d2e1f61caa835a6689ddd6170c1c930e525.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.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 } |