mirror of
https://github.com/mirror/make.git
synced 2025-03-01 13:20:39 +08:00
(struct file): New member `command_flags'.
This commit is contained in:
parent
dc576b2051
commit
4b17f0982b
3
file.h
3
file.h
@ -25,7 +25,8 @@ struct file
|
|||||||
struct file *next;
|
struct file *next;
|
||||||
char *name;
|
char *name;
|
||||||
struct dep *deps;
|
struct dep *deps;
|
||||||
struct commands *cmds; /* Commands to execute for this target */
|
struct commands *cmds; /* Commands to execute for this target. */
|
||||||
|
int command_flags; /* Flags OR'd in for cmds; see commands.h. */
|
||||||
char *stem; /* Implicit stem, if an implicit
|
char *stem; /* Implicit stem, if an implicit
|
||||||
rule has been used */
|
rule has been used */
|
||||||
struct dep *also_make; /* Targets that are made by making this. */
|
struct dep *also_make; /* Targets that are made by making this. */
|
||||||
|
Loading…
Reference in New Issue
Block a user