mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-29 08:09:02 +00:00
(struct file): New member `command_flags'.
This commit is contained in:
parent
dc576b2051
commit
4b17f0982b
1 changed files with 2 additions and 1 deletions
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 a new issue