VirtualBox

Changeset 1654 in kBuild


Ignore:
Timestamp:
Jun 26, 2008 11:57:37 PM (17 years ago)
Author:
bird
Message:

Fixed a bug in the SDK and TOOL inheritance (was not working at all).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r1648 r1654  
    12381238src_prefix := TOOL_
    12391239load_function := def_tools_load_function
    1240 $(foreach trg, $(_TOOLS), $(evalval def_inherit))
     1240$(foreach trg, $(addprefix TOOL_,$(_TOOLS)), $(evalval def_inherit))
    12411241
    12421242src_prefix := SDK_
    12431243load_function := def_sdk_load_function
    1244 $(foreach trg, $(_SDKS) , $(evalval def_inherit))
     1244$(foreach trg, $(addprefix SDK_,$(_SDKS)), $(evalval def_inherit))
    12451245
    12461246# done inheriting.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette