Changeset 2594 in kBuild for trunk/src/kmk/filedef.h
- Timestamp:
- Jun 17, 2012 11:29:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/filedef.h
r2591 r2594 31 31 struct dep *deps; /* all dependencies, including duplicates */ 32 32 #ifdef CONFIG_WITH_LAZY_DEPS_VARS 33 struct dep * org_deps; /* original dependencies before34 d uplicates were dropped. */33 struct dep *deps_no_dupes; /* dependencies without duplicates, created on 34 demaned by func_deps. */ 35 35 #endif 36 36 struct commands *cmds; /* Commands to execute for this target. */
Note:
See TracChangeset
for help on using the changeset viewer.