Changeset 3256 for trunk/kBuild/footer-pass2-compiling-targets.kmk
- Timestamp:
- Jan 2, 2019, 11:17:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer-pass2-compiling-targets.kmk
r3160 r3256 57 57 $(obj): .MUST_MAKE = $$(comp-cmds-ex $$($(target)_$(subst :,_,$(source))_CMDS_PREV_),$$(commands $$@),FORCE) 58 58 endif 59 if def TOOL_$(tool)_COMPILE_$(type)_USES_KOBJCACHE59 ifneq ($(TOOL_$(tool)_COMPILE_$(type)_USES_KOBJCACHE),) 60 60 _OUT_FILES += $(outbase).koc 61 61 $(outbase).koc +| $(obj) $($(target)_$(source)_OUTPUT_) $($(target)_$(source)_OUTPUT_MAYBE_) : \ … … 499 499 $(foreach unit,$(units),$(evalvalctx def_unit_$(unit)_target_pre)) 500 500 $(foreach unit,$(units),$(evalvalctx def_unit_$(unit)_target_pre_2)) 501 502 # kObjCache. 503 ifdef KBUILD_USE_KOBJCACHE 504 ifneq ($($(target)_KOBJCACHE),) 505 local use_objcache := 1 506 else 507 local use_objcache := 508 endif 509 local use_objcache := 510 endif 501 511 502 512 # source -> object … … 704 714 $(foreach unit,$(units),$(evalvalctx def_unit_$(unit)_target_pre)) 705 715 $(foreach unit,$(units),$(evalvalctx def_unit_$(unit)_target_pre_2)) 716 717 # kObjCache. 718 ifdef KBUILD_USE_KOBJCACHE 719 ifneq ($($(target)_KOBJCACHE),) 720 local use_objcache := 1 721 else 722 local use_objcache := 723 endif 724 local use_objcache := 725 endif 706 726 707 727 # source -> object
Note:
See TracChangeset
for help on using the changeset viewer.