diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:46:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:46:36 +0000 |
commit | 4fed46d3e6aa4f4974bd6d447628b43e96df7efb (patch) | |
tree | fff934ec54923d2513bd5ded42d1b59ac24352b3 /dmake/unix/linux | |
parent | a2b425d264950186e363af71d9371f9315000ecc (diff) |
INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED
2006/11/12 05:06:46 vq 1.7.2.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/unix/linux')
-rw-r--r-- | dmake/unix/linux/gnu/public.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dmake/unix/linux/gnu/public.h b/dmake/unix/linux/gnu/public.h index 043114afe41e..b1c859f96d75 100644 --- a/dmake/unix/linux/gnu/public.h +++ b/dmake/unix/linux/gnu/public.h @@ -1,6 +1,6 @@ /* $RCSfile: public.h,v $ --- $Revision: 1.7 $ --- last change: $Author: vg $ $Date: 2006-09-25 09:50:05 $ +-- $Revision: 1.8 $ +-- last change: $Author: vg $ $Date: 2007-01-18 09:46:36 $ -- -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- @@ -115,7 +115,7 @@ int Do_touch ANSI((char *, char *, char **)); void Void_lib_cache ANSI((char *, char *)); time_t Do_time ANSI(()); void Do_profile_output ANSI((char *, uint16, CELLPTR)); -int Do_cmnd ANSI((char *, int, int, CELLPTR, int, int, int)); +int Do_cmnd ANSI((char *, int, int, CELLPTR, t_attr, int)); char ** Pack_argv ANSI((int, int, char *)); char *Read_env_string ANSI((char *)); int Write_env_string ANSI((char *, char *)); @@ -163,7 +163,7 @@ int touch_arch ANSI(( char *, char *)); void void_lcache ANSI(( char *, char *)); int If_root_path ANSI((char *)); void Remove_prq ANSI((CELLPTR)); -int runargv ANSI((CELLPTR, int, int, int, int, char *)); +int runargv ANSI((CELLPTR, int, int, t_attr, char *)); int Wait_for_child ANSI((int, int)); void Clean_up_processes ANSI(()); time_t CacheStat ANSI((char *, int)); |