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 Changed 16 years ago by bird

Milestone: 0.1.1 release0.1.4

comment:2 Changed 16 years ago by bird

Resolution: fixed
Status: newclosed
Type: defectenhancement

Adding two new properties for link targets that is not picked up by the "children": LNK_DEPS and LNK_ORDERDEPS. These corresponds to DEPS and ORDERDEPS.

Implemented in [1702].

Note: See TracTickets for help on using tickets.