Changeset 581 for trunk


Ignore:
Timestamp:
Nov 23, 2006, 2:44:46 PM (19 years ago)
Author:
bird
Message:

use comp-vars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r579 r581  
    559559## wrapper the link command dependency check.
    560560ifndef 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
    561564_DEP_LINK_CMDS = $(if $(subst $(strip $($(target)_CMDS_PREV_)),,$(strip $($(target)_CMDS_))),FORCE,)
     565 endif
    562566else
    563567_DEP_LINK_CMDS =
     
    10911095        $($(target)_SOURCES.$(bld_type)))
    10921096
    1093 
    10941097# source -> object
    10951098$(eval $(value def_target_sources))
Note: See TracChangeset for help on using the changeset viewer.