diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:36:07 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-18 08:36:07 +0000 |
commit | 7bdf880af04c0f77853f89e79e2af15ddfa69b4a (patch) | |
tree | 0af5aed6a78687aacff819b33a367586cb420a5d /dmake/msdos | |
parent | 315c9809c0cac3104ff5f836d73bc99d866ff918 (diff) |
INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED
2006/11/12 05:06:41 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/bcc50/public.h | 6 | ||||
-rw-r--r-- | dmake/msdos/borland/tcc20/public.h | 6 | ||||
-rw-r--r-- | dmake/msdos/microsft/msc51/public.h | 6 | ||||
-rw-r--r-- | dmake/msdos/microsft/msc60/public.h | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/dmake/msdos/borland/bcc50/public.h b/dmake/msdos/borland/bcc50/public.h index 617f76cab2f2..3a90d6e92ab9 100644 --- a/dmake/msdos/borland/bcc50/public.h +++ b/dmake/msdos/borland/bcc50/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.7 2006-09-25 09:43:00 vg Exp $ +/* RCS $Id: public.h,v 1.8 2007-01-18 09:35:30 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/tcc20/public.h b/dmake/msdos/borland/tcc20/public.h index 33d103ebbc1c..5b9e0a822cc7 100644 --- a/dmake/msdos/borland/tcc20/public.h +++ b/dmake/msdos/borland/tcc20/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.7 2006-09-25 09:43:14 vg Exp $ +/* RCS $Id: public.h,v 1.8 2007-01-18 09:35:43 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/microsft/msc51/public.h b/dmake/msdos/microsft/msc51/public.h index 002de9c2485c..94fb4f74833b 100644 --- a/dmake/msdos/microsft/msc51/public.h +++ b/dmake/msdos/microsft/msc51/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.7 2006-09-25 09:43:27 vg Exp $ +/* RCS $Id: public.h,v 1.8 2007-01-18 09:35:55 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/microsft/msc60/public.h b/dmake/msdos/microsft/msc60/public.h index a5b1e6641fb3..bd3bebbc4608 100644 --- a/dmake/msdos/microsft/msc60/public.h +++ b/dmake/msdos/microsft/msc60/public.h @@ -1,4 +1,4 @@ -/* RCS $Id: public.h,v 1.7 2006-09-25 09:43:47 vg Exp $ +/* RCS $Id: public.h,v 1.8 2007-01-18 09:36:07 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*)); |