diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:23:09 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:23:09 +0000 |
commit | ccb5812ddcf34cfd77402de4d2e5929642721718 (patch) | |
tree | 4723fe72f2b67e0980ba12a6164bb0f4a52bbc2c /dmake | |
parent | 27dd1670c927b59f22c869a9a791d4684f451da8 (diff) |
INTEGRATION: CWS dmake45 (1.3.2); FILE MERGED
2006/05/05 21:33:05 vq 1.3.2.1: #i65122# Fix problem with "non-documented" handling of multiple %-targets
plus several improved comments and a man page correction.
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/dmake.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dmake/dmake.h b/dmake/dmake.h index fa7597ae821c..4db307c019dd 100644 --- a/dmake/dmake.h +++ b/dmake/dmake.h @@ -1,4 +1,4 @@ -/* RCS $Id: dmake.h,v 1.3 2006-04-20 11:59:16 hr Exp $ +/* RCS $Id: dmake.h,v 1.4 2006-06-29 11:23:09 ihi Exp $ -- -- SYNOPSIS -- Global defines for dmake. @@ -108,11 +108,12 @@ #define F_DEFAULT 0x0000 /* default flag value */ #define F_MARK 0x0001 /* circularity check mark */ #define F_MULTI 0x0002 /* multiple rules for target */ -#define F_SINGLE 0x0004 /* exec rules one/prerequisite */ +#define F_SINGLE 0x0004 /* exec recipes for each out of + * date prerequisite */ #define F_TARGET 0x0008 /* marks a target */ #define F_RULES 0x0010 /* indicates target has rules */ #define F_GROUP 0x0020 /* indicates that rules are to */ - /* fed to the shell as a group */ + /* fed to the shell as a group */ #define F_TRANS 0x0040 /* same as F_STAT not used tgthr*/ #define F_STAT 0x0040 /* target already stated */ |