#11 closed defect (fixed)
all properties except *INCS are inherited in the wrong order from templates to target
Reported by: | bird | Owned by: | bird |
---|---|---|---|
Priority: | major | Milestone: | 0.1.1 release |
Component: | kBuild | Version: | 0.1.0 |
Keywords: | += | Cc: |
Description
Title says it all. The testcase is setting -Wall in the template and adding various -Wno* stuff in the target to make it quiet.
Note:
See TracTickets
for help on using tickets.
(In [660]) Target properties has precedence over template properties. Grouped accumulative props by where the 'most significan item' is and target <- template inheritance respect this. Fixes #11.