summaryrefslogtreecommitdiff
path: root/mk/wrapper
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-11-10 21:08:11 +0000
committerjlam <jlam@pkgsrc.org>2004-11-10 21:08:11 +0000
commit8f7405c2b526899d656c2e5a8927c6741e24cf8b (patch)
tree3616820d7e742a3ffcd3b5ad513a655338b87ecb /mk/wrapper
parent7c16e9acf0db6271cc55e4b9862e4326aabac51b (diff)
downloadpkgsrc-8f7405c2b526899d656c2e5a8927c6741e24cf8b.tar.gz
Correct debugging output to show the actual script name.
Diffstat (limited to 'mk/wrapper')
-rw-r--r--mk/wrapper/cmd-sink-interix-gcc4
-rw-r--r--mk/wrapper/cmd-sink-interix-ld4
2 files changed, 4 insertions, 4 deletions
diff --git a/mk/wrapper/cmd-sink-interix-gcc b/mk/wrapper/cmd-sink-interix-gcc
index b5adf1c8c24..6da5bbfe6f1 100644
--- a/mk/wrapper/cmd-sink-interix-gcc
+++ b/mk/wrapper/cmd-sink-interix-gcc
@@ -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 --git a/mk/wrapper/cmd-sink-interix-ld b/mk/wrapper/cmd-sink-interix-ld
index bb16e9c40a0..b5d89e0eeb6 100644
--- a/mk/wrapper/cmd-sink-interix-ld
+++ b/mk/wrapper/cmd-sink-interix-ld
@@ -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