summaryrefslogtreecommitdiff
path: root/dmake/unix
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-18 08:46:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-18 08:46:11 +0000
commita2b425d264950186e363af71d9371f9315000ecc (patch)
tree7bdc245357956fee27aaa1f9d0b9d6c40cf72c8c /dmake/unix
parentaff5888f61a23a750d960dcd2c4a99226a93c250 (diff)
INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED
2006/11/12 05:06:45 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')
-rw-r--r--dmake/unix/bsd43/vf/public.h6
-rw-r--r--dmake/unix/bsdarm32/public.h6
-rw-r--r--dmake/unix/coherent/ver40/public.h6
-rw-r--r--dmake/unix/coherent/ver42/public.h6
4 files changed, 12 insertions, 12 deletions
diff --git a/dmake/unix/bsd43/vf/public.h b/dmake/unix/bsd43/vf/public.h
index b217cd9664b7..84bac3e5b5cd 100644
--- a/dmake/unix/bsd43/vf/public.h
+++ b/dmake/unix/bsd43/vf/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.7 2006-09-25 09:48:48 vg Exp $
+/* RCS $Id: public.h,v 1.8 2007-01-18 09:45:33 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 *));
@@ -159,7 +159,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));
diff --git a/dmake/unix/bsdarm32/public.h b/dmake/unix/bsdarm32/public.h
index f8a89e02f6c4..c67aea95f672 100644
--- a/dmake/unix/bsdarm32/public.h
+++ b/dmake/unix/bsdarm32/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.7 2006-09-25 09:49:01 vg Exp $
+/* RCS $Id: public.h,v 1.8 2007-01-18 09:45:46 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 *));
@@ -159,7 +159,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));
diff --git a/dmake/unix/coherent/ver40/public.h b/dmake/unix/coherent/ver40/public.h
index c15708621692..6c5edb4c8ee9 100644
--- a/dmake/unix/coherent/ver40/public.h
+++ b/dmake/unix/coherent/ver40/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.7 2006-09-25 09:49:14 vg Exp $
+/* RCS $Id: public.h,v 1.8 2007-01-18 09:45:59 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 *));
@@ -159,7 +159,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));
diff --git a/dmake/unix/coherent/ver42/public.h b/dmake/unix/coherent/ver42/public.h
index edbfaaf20733..d9bbbc751ae8 100644
--- a/dmake/unix/coherent/ver42/public.h
+++ b/dmake/unix/coherent/ver42/public.h
@@ -1,4 +1,4 @@
-/* RCS $Id: public.h,v 1.7 2006-09-25 09:49:26 vg Exp $
+/* RCS $Id: public.h,v 1.8 2007-01-18 09:46:11 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 *));
@@ -159,7 +159,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));