Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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.

Change History (2)

comment:1 Changed 17 years ago by bird

Resolution: fixed
Status: newclosed

(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.

comment:2 Changed 17 years ago by bird

(In [661]) didn't quite work. quick hack. References #11.

Note: See TracTickets for help on using tickets.