(struct file): New member `command_flags'.

This commit is contained in:
Roland McGrath 1994-10-24 22:47:43 +00:00
parent dc576b2051
commit 4b17f0982b

3
file.h
View file

@ -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. */