Changeset 97 for trunk/kBuild/footer.kmk
- Timestamp:
- Jun 9, 2004, 7:17:39 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r95 r97 526 526 527 527 #$ (warning dbg: target=$(target) source=$(source) tool=$(tool) obj=$(obj) dep=$(dep) flags=$(flags) defs=$(defs) incs=$(incs) dirdep=$(dirdep) outbase=$(outbase) objsuff=$(objsuff)) 528 ifndef 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)) 539 endif 528 540 $(eval $(TOOL_$(tool)_COMPILE_$(type))) 529 541
Note:
See TracChangeset
for help on using the changeset viewer.