pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/wrapper Correct debugging output to show the actual...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/790b5e523d5a
branches:  trunk
changeset: 483344:790b5e523d5a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Nov 10 21:08:11 2004 +0000

description:
Correct debugging output to show the actual script name.

diffstat:

 mk/wrapper/cmd-sink-interix-gcc |  4 ++--
 mk/wrapper/cmd-sink-interix-ld  |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 9b0b9ba720a9 -r 790b5e523d5a mk/wrapper/cmd-sink-interix-gcc
--- a/mk/wrapper/cmd-sink-interix-gcc   Wed Nov 10 20:16:57 2004 +0000
+++ b/mk/wrapper/cmd-sink-interix-gcc   Wed Nov 10 21:08:11 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: cmd-sink-interix-gcc,v 1.1 2004/09/21 15:01:41 jlam Exp $
+# $NetBSD: cmd-sink-interix-gcc,v 1.2 2004/11/10 21:08:11 jlam Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -37,7 +37,7 @@
 # Empty out the command buffer and build up the command line in $cmd.
 while ! queue_is_empty cmdbuf; do
        pop_queue cmdbuf arg
-       $debug_log $wrapperlog "    (cmd-sink) pop: $arg"
+       $debug_log $wrapperlog "    (cmd-sink-interix-gcc) pop: $arg"
        case $arg in
        -fpic|-fPIC)
                $echo "$0: Interix GNU cc doesn't support \`$arg'." 1>&2
diff -r 9b0b9ba720a9 -r 790b5e523d5a mk/wrapper/cmd-sink-interix-ld
--- a/mk/wrapper/cmd-sink-interix-ld    Wed Nov 10 20:16:57 2004 +0000
+++ b/mk/wrapper/cmd-sink-interix-ld    Wed Nov 10 21:08:11 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: cmd-sink-interix-ld,v 1.1 2004/09/21 15:01:41 jlam Exp $
+# $NetBSD: cmd-sink-interix-ld,v 1.2 2004/11/10 21:08:11 jlam Exp $
 #
 # Copyright (c) 2004 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -37,7 +37,7 @@
 # Empty out the command buffer and build up the command line in $cmd.
 while ! queue_is_empty cmdbuf; do
        pop_queue cmdbuf arg
-       $debug_log $wrapperlog "    (cmd-sink) pop: $arg"
+       $debug_log $wrapperlog "    (cmd-sink-interix-ld) pop: $arg"
        case $arg in
        -shared|-Bshareable)
                $echo "$0: Interix GNU ld doesn't support \`$arg'." 1>&2



Home | Main Index | Thread Index | Old Index