Kaydet (Commit) 210c00b8 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dmake47 (1.1.1.1.156); FILE MERGED

2006/11/12 05:06:43 vq 1.1.1.1.156.1: #i71422# Add a new feature: Using @@ as a recipe prefix redirects the
output (stdout and stderr) of a recipe to /dev/null (or NUL on W32)
completely suppressing the output of that recipe to the terminal.
As for the @ prefix this can be disabled using the -v[r] switch.
üst f490429e
/* RCS $Id: runargv.c,v 1.1.1.1 2000-09-22 15:33:30 hr Exp $
/* RCS $Id: runargv.c,v 1.2 2007-01-18 09:37:39 vg Exp $
--
-- SYNOPSIS
-- Invoke a sub process.
......@@ -58,6 +58,8 @@ static void _attach_cmd ANSI((char *, int, int, CELLPTR, int, int));
static void _finished_child ANSI((int, int));
static int _running ANSI((CELLPTR));
/* iz71422 changed the parameters for runargv but it (and the rest of
* qssl) got *NOT* fixed. */
PUBLIC int
runargv(target, ignore, group, last, shell, cmd)
CELLPTR target;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment