diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:37:39 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:37:39 +0000 |
commit | 210c00b87236a3ebfa9cfc4baefe4c7b72bf56a9 (patch) | |
tree | 8daa276cd6942ebaece8a3b7782b0718baea0bd5 /dmake/qssl | |
parent | f490429e9f3b42e771c16643ffeb8ad912e546fc (diff) |
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.
Diffstat (limited to 'dmake/qssl')
-rw-r--r-- | dmake/qssl/runargv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dmake/qssl/runargv.c b/dmake/qssl/runargv.c index 552ce846c7e4..3140d40f9eb3 100644 --- a/dmake/qssl/runargv.c +++ b/dmake/qssl/runargv.c @@ -1,4 +1,4 @@ -/* 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; |