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;
|
||||
char *name;
|
||||
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
|
||||
rule has been used */
|
||||
struct dep *also_make; /* Targets that are made by making this. */
|
||||
|
Loading…
Reference in New Issue
Block a user