projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc576b2
)
(struct file): New member `command_flags'.
author
Roland McGrath
<roland@redhat.com>
Mon, 24 Oct 1994 22:47:43 +0000
(22:47 +0000)
committer
Roland McGrath
<roland@redhat.com>
Mon, 24 Oct 1994 22:47:43 +0000
(22:47 +0000)
file.h
patch
|
blob
|
history
diff --git
a/file.h
b/file.h
index 160bf4f81ea1da7c8c50f50d97290576e902dad4..5889474a550ca282a5230b4161b8a7ffad457f36 100644
(file)
--- a/
file.h
+++ b/
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. */