Changeset 2952 in kBuild
- Timestamp:
- Sep 21, 2016 6:52:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer-pass2-compiling-targets.kmk
r2795 r2952 84 84 $$$$($(target)_INTERMEDIATES.$(bld_type)) 85 85 %$$(call MSG_COMPILE,$(target),$(source),$$@,$(type)) 86 if def TOOL_$(tool)_COMPILE_$(type)_DONT_PURGE_OUTPUT86 ifndef TOOL_$(tool)_COMPILE_$(type)_DONT_PURGE_OUTPUT 87 87 $$(QUIET)$$(RM) -f -- $(dep) $(obj) $($(target)_$(source)_OUTPUT_) $($(target)_OUTPUT_MAYBE_) 88 88 endif … … 491 491 $($(target)_USES) 492 492 $(foreach unit,$(units),$(evalvalctx def_unit_$(unit)_target_pre)) 493 $(foreach unit,$(units),$(evalvalctx def_unit_$(unit)_target_pre_2)) 493 494 494 495 # source -> object … … 695 696 $($(target)_USES) 696 697 $(foreach unit,$(units),$(evalvalctx def_unit_$(unit)_target_pre)) 698 $(foreach unit,$(units),$(evalvalctx def_unit_$(unit)_target_pre_2)) 697 699 698 700 # source -> object
Note:
See TracChangeset
for help on using the changeset viewer.