Changeset 97 for trunk/kBuild/footer.kmk


Ignore:
Timestamp:
Jun 9, 2004, 7:17:39 PM (21 years ago)
Author:
bird
Message:

debug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r95 r97  
    526526
    527527#$ (warning dbg: target=$(target) source=$(source) tool=$(tool) obj=$(obj) dep=$(dep) flags=$(flags) defs=$(defs) incs=$(incs) dirdep=$(dirdep) outbase=$(outbase) objsuff=$(objsuff))
     528ifndef TOOL_$(tool)_COMPILE_$(type)
     529$$(warning kBuild: TOOL_$(tool)_COMPILE_$(type) is not defined. source=$(source) target=$(target) )
     530$$(warning kBuild: tools: \
     531        1 $($(source)_$(target)_$(type)TOOL.$(BUILD_TARGET))    $($(source)_$(target)_TOOL.$(BUILD_TARGET)) \
     532        2 $($(source)_$(target)_$(type)TOOL) $($(source)_$(target)_TOOL) \
     533        3 $($(source)_$(type)TOOL.$(BUILD_TARGET)) $($(source)_TOOL.$(BUILD_TARGET)) \
     534        4 $($(source)_$(type)TOOL) $($(source)_TOOL) \
     535        5 $($(target)_$(type)TOOL.$(BUILD_TARGET)) $($(target)_TOOL.$(BUILD_TARGET)) \
     536        6 $($(target)_$(type)TOOL) $($(target)_TOOL) \
     537        7 $($(type)TOOL.$(BUILD_TARGET)) $(TOOL.$(BUILD_TARGET)) \
     538        8 $($(type)TOOL) $(TOOL))
     539endif
    528540$(eval $(TOOL_$(tool)_COMPILE_$(type)))
    529541
Note: See TracChangeset for help on using the changeset viewer.