diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:35:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:35:17 +0000 |
commit | 315c9809c0cac3104ff5f836d73bc99d866ff918 (patch) | |
tree | cd5e186ca7a1142d7779ff9a7096fc0b3cae72ff /dmake/msdos | |
parent | c09c8495e502e930a481649e4ba81e695a197494 (diff) |
INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED
2006/11/12 05:06:40 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/msdos')
-rw-r--r-- | dmake/msdos/borland/bcc30/public.h | 6 | ||||
-rw-r--r-- | dmake/msdos/borland/bcc40/public.h | 6 | ||||
-rw-r--r-- | dmake/msdos/borland/bcc45/public.h | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/dmake/msdos/borland/bcc30/public.h b/dmake/msdos/borland/bcc30/public.h index 227b1cb8be6f..fb9ce8af27eb 100644 --- a/dmake/msdos/borland/bcc30/public.h +++ b/dmake/msdos/borland/bcc30/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.7 2006-09-25 09:42:21 vg Exp $ +/* RCS $Id: public.h,v 1.8 2007-01-18 09:34:52 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -112,7 +112,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 *)); @@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(()); void Add_nfa ANSI((char *)); char *Exec_function ANSI((char *)); int If_root_path ANSI((char *)); -int runargv ANSI((CELLPTR, int, int, int, int, char *)); +int runargv ANSI((CELLPTR, int, int, t_attr, char *)); void Clean_up_processes ANSI(()); int Wait_for_child ANSI((int, int)); time_t seek_arch ANSI((char*, char*)); diff --git a/dmake/msdos/borland/bcc40/public.h b/dmake/msdos/borland/bcc40/public.h index 6b36d0e7e6e0..ea182fab5020 100644 --- a/dmake/msdos/borland/bcc40/public.h +++ b/dmake/msdos/borland/bcc40/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.7 2006-09-25 09:42:33 vg Exp $ +/* RCS $Id: public.h,v 1.8 2007-01-18 09:35:04 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -112,7 +112,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 *)); @@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(()); void Add_nfa ANSI((char *)); char *Exec_function ANSI((char *)); int If_root_path ANSI((char *)); -int runargv ANSI((CELLPTR, int, int, int, int, char *)); +int runargv ANSI((CELLPTR, int, int, t_attr, char *)); void Clean_up_processes ANSI(()); int Wait_for_child ANSI((int, int)); time_t seek_arch ANSI((char*, char*)); diff --git a/dmake/msdos/borland/bcc45/public.h b/dmake/msdos/borland/bcc45/public.h index e16edc689109..b6254fdd8c37 100644 --- a/dmake/msdos/borland/bcc45/public.h +++ b/dmake/msdos/borland/bcc45/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.7 2006-09-25 09:42:47 vg Exp $ +/* RCS $Id: public.h,v 1.8 2007-01-18 09:35:17 vg Exp $ -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- -- @@ -112,7 +112,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 *)); @@ -155,7 +155,7 @@ void Check_circle_dfa ANSI(()); void Add_nfa ANSI((char *)); char *Exec_function ANSI((char *)); int If_root_path ANSI((char *)); -int runargv ANSI((CELLPTR, int, int, int, int, char *)); +int runargv ANSI((CELLPTR, int, int, t_attr, char *)); void Clean_up_processes ANSI(()); int Wait_for_child ANSI((int, int)); time_t seek_arch ANSI((char*, char*)); |