Opened 17 years ago
Closed 16 years ago
#21 closed enhancement (fixed)
Fix target DEPS
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | major | Milestone: | 0.1.4 |
Component: | kBuild | Version: | 0.1.0 |
Keywords: | Cc: |
Description
The DEPS of link target will be propagated down to all the compile targets. There should be a way of specifying dependencies that applies to the link alone.
Change History (2)
comment:1 by , 17 years ago
Milestone: | 0.1.1 release → 0.1.4 |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Type: | defect → enhancement |
Note:
See TracTickets
for help on using tickets.
Adding two new properties for link targets that is not picked up by the "children":
LNK_DEPS
andLNK_ORDERDEPS
. These corresponds toDEPS
andORDERDEPS
.Implemented in [1702].