Ignore:
Timestamp:
Jun 14, 2006, 5:46:23 AM (19 years ago)
Author:
bird
Message:

Fixed regression/bug from the inherit defaults change - we didn't include the default tool anylonger.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r447 r450  
    373373# Include tools
    374374#
    375 _TOOLS := $(TOOL)
     375_TOOLS := $(TOOL.$(BUILD_TARGET)) $(TOOL.$(BUILD_PLATFORM)) $(TOOL)
    376376define def_tools_target_source
    377377$(eval _TOOLS += $(foreach prop, $(PROPS_TOOLS), \
     
    411411# Include SDKs
    412412#
    413 _SDKS := $(SDKS)
     413_SDKS := $(SDKS.$(BUILD_TARGET)) $(SDKS.$(BUILD_PLATFORM)) $(SDKS)
    414414define def_sdks_target_source
    415415$(foreach sdk, $($(source)_SDKS) $($(source)_SDKS.$(BUILD_TARGET)) $($(source)_SDKS.$(BUILD_TYPE)) \
     
    436436endef
    437437$(foreach sdk, $(_SDKS), $(eval $(value def_sdks_include_one)))
     438
     439## @todo SDKS.<> and TOOL.<> doesn't work correctly for BLDPROGS.
    438440
    439441
Note: See TracChangeset for help on using the changeset viewer.