Opened 16 years ago

Closed 16 years ago

#36 closed defect (fixed)

_INST doesn't work with keywords.

Reported by: bird Owned by: bird
Priority: major Milestone: 0.1.4
Component: kBuild Version: 0.1.3
Keywords: INST Cc:

Description

The following should work but doesn't:

target_INST.darwin = foo bar

Change History (1)

comment:1 Changed 16 years ago by bird

Resolution: fixed
Status: newclosed

Fixed in [1697], both for INST and NOINST. Note neither property has a global variant since they defaults to the default location for the target type (or lack thereof). The tests are implemented using ifneq+strip rather than ifdef since this allows for $(if blah) stuff and an INST property doesn't make much sense, not even root.

Note: See TracTickets for help on using tickets.