pkgsrc/mk/wrapper
rillig a9df3d8786 When $debug_log is set to ":" and at the same time $IFS is ":", the
command line

    $debug_log $arguments

tries to execute the empty command. This results in error messages of
the form

    cc[50]: : cannot execute   (IRIX)
    bash: : command not found  (Bash)
    : permission denied        (NetBSD /bin/sh)

Setting IFS to the original value as soon as possible fixes these bugs.

Fixes PR 34135.
2006-09-17 22:52:45 +00:00
..
arg-pp-darwin-gcc Move some Darwin-specific code from arg-pp-main into arg-pp-darwin-gcc. 2005-02-14 21:33:36 +00:00
arg-pp-main Hardcode a workaround for perl's DynaLoader.a which is definitely a 2005-08-05 19:46:41 +00:00
arg-pp-mipspro-cc
arg-pp-sunpro-cxx preserve -Qoption arg if the 2nd next arg isn't -R. 2005-08-21 02:39:52 +00:00
arg-source When $debug_log is set to ":" and at the same time $IFS is ":", the 2006-09-17 22:52:45 +00:00
bsd.wrapper.mk When $debug_log is set to ":" and at the same time $IFS is ":", the 2006-09-17 22:52:45 +00:00
buildcmd
cache-footer
cache-header
cmd-sink
cmd-sink-aix-cc Add missing required argument to msg_log. 2005-05-16 17:54:51 +00:00
cmd-sink-aix-ld Add missing required argument to msg_log. 2005-05-16 17:54:51 +00:00
cmd-sink-aix-xlc fix typo in comment. 2005-07-23 04:48:12 +00:00
cmd-sink-darwin-xlc
cmd-sink-icc-cc it's 2005, not 2004. 2005-02-15 09:42:23 +00:00
cmd-sink-icc81-cc Always link against the Intel provided C++ runtime library. 2005-02-16 11:24:44 +00:00
cmd-sink-interix-gcc
cmd-sink-interix-ld
cmd-sink-ld When $debug_log is set to ":" and at the same time $IFS is ":", the 2006-09-17 22:52:45 +00:00
cmd-sink-osf1-cc
cmd-sink-osf1-ld
cmd-sink-solaris-imake ensure gcc options are always passed to imake when using gcc on 2005-07-23 04:45:30 +00:00
cmd-sink-sunpro-cxx add cmd-sink for sunpro C++ which links shared libraries with the 2005-07-06 03:31:24 +00:00
cmd-sink-unixware-gcc
gen-reorder.sh
gen-transform.sh
logic Add some more debugging annotations for the work log to note split args 2005-02-14 21:43:11 +00:00
NOTES Replaced jlam's initial sketch with one in which the parts are arranged 2006-02-02 23:08:31 +00:00
scan
transform-aix-cc Fixed the "unknown command" error messages for debug_log, which is a 2006-09-17 18:46:00 +00:00
transform-ccc-cc Fixed the "unknown command" error messages for debug_log, which is a 2006-09-17 18:46:00 +00:00
transform-icc-cc Fixed the "unknown command" error messages for debug_log, which is a 2006-09-17 18:46:00 +00:00
transform-ido-cc Fixed the "unknown command" error messages for debug_log, which is a 2006-09-17 18:46:00 +00:00
transform-mipspro-cc Fixed the "unknown command" error messages for debug_log, which is a 2006-09-17 18:46:00 +00:00
transform-mipspro-ucode-cc Fixed the "unknown command" error messages for debug_log, which is a 2006-09-17 18:46:00 +00:00
transform-solaris-gcc Fixed the "unknown command" error messages for debug_log, which is a 2006-09-17 18:46:00 +00:00
transform-sunpro-cc Fixed the "unknown command" error messages for debug_log, which is a 2006-09-17 18:46:00 +00:00
transform-xlc-cc Fixed the "unknown command" error messages for debug_log, which is a 2006-09-17 18:46:00 +00:00
wrapper-defs.mk Make WRAPPER_SHELL configurable. 2005-10-10 12:33:29 +00:00
wrapper.sh