Kaydet (Commit) 741e60ea authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dmake47 (1.7.2); FILE MERGED

2006/11/12 05:06:39 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.
üst 17ebb953
/* RCS $Id: public.h,v 1.7 2006-09-25 09:41:16 vg Exp $ /* RCS $Id: public.h,v 1.8 2007-01-18 09:33:13 vg Exp $
-- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT -- WARNING -- This file is AUTOMATICALLY GENERATED DO NOT EDIT IT
-- --
-- --
...@@ -112,7 +112,7 @@ int Do_touch ANSI((char *, char *, char **)); ...@@ -112,7 +112,7 @@ int Do_touch ANSI((char *, char *, char **));
void Void_lib_cache ANSI((char *, char *)); void Void_lib_cache ANSI((char *, char *));
time_t Do_time ANSI(()); time_t Do_time ANSI(());
void Do_profile_output ANSI((char *, uint16, CELLPTR)); 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 ** Pack_argv ANSI((int, int, char *));
char *Read_env_string ANSI((char *)); char *Read_env_string ANSI((char *));
int Write_env_string ANSI((char *, char *)); int Write_env_string ANSI((char *, char *));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment