- Timestamp:
- Nov 23, 2006, 2:44:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r579 r581 559 559 ## wrapper the link command dependency check. 560 560 ifndef NO_COMPILE_CMDS_DEPS 561 ifneq ($(filter comp-vars,$(KMK_FEATURES)),) 562 _DEP_LINK_CMDS = $(comp-vars $(target)_CMDS_PREV_,$(target)_CMDS_,FORCE) 563 else 561 564 _DEP_LINK_CMDS = $(if $(subst $(strip $($(target)_CMDS_PREV_)),,$(strip $($(target)_CMDS_))),FORCE,) 565 endif 562 566 else 563 567 _DEP_LINK_CMDS = … … 1091 1095 $($(target)_SOURCES.$(bld_type))) 1092 1096 1093 1094 1097 # source -> object 1095 1098 $(eval $(value def_target_sources))
Note:
See TracChangeset
for help on using the changeset viewer.