Changeset 1934 for trunk/src/kmk/filedef.h
- Timestamp:
- Oct 25, 2008, 12:24:02 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/filedef.h
r1857 r1934 30 30 const char *vpath; /* VPATH/vpath pathname */ 31 31 struct dep *deps; /* all dependencies, including duplicates */ 32 #ifdef CONFIG_WITH_LAZY_DEPS_VARS 33 struct dep *org_deps; /* original dependencies before 34 duplicates were dropped. */ 35 #endif 32 36 struct commands *cmds; /* Commands to execute for this target. */ 33 37 int command_flags; /* Flags OR'd in for cmds; see commands.h. */
Note:
See TracChangeset
for help on using the changeset viewer.