Ignore:
Timestamp:
Sep 16, 2006, 8:26:00 AM (19 years ago)
Author:
bird
Message:

Made up my mind about the command depency blocker variables; NO_LINK_CMDS_DEPS and NO_COMPILE_CMDS_DEPS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r482 r524  
    545545
    546546        $(custom_post)
    547 ifndef NO_LINK_CMDS_DEP
     547ifndef NO_LINK_CMDS_DEPS
    548548        @$(APPEND) "$(dep)" 'define $(target)_CMDS_PREV_'
    549549        @$(APPEND) "$(dep)" '$(subst $(NL),'$(NL)$(TAB)@$(APPEND) "$(dep)" ',$($(target)_CMDS_))'
     
    888888# dependencies
    889889dep         := $(obj)$(SUFF_DEP)
    890 ifndef NO_COMPILE_DEPS
     890ifndef NO_COMPILE_CMDS_DEPS
    891891_DEPFILES_INCLUDED += $(dep)
    892892$(if $(wildcard $(dep)),$(eval include $(dep)))
     
    10631063# dependency file
    10641064dep := $(out)$(SUFF_DEP)
    1065 ifndef NO_LINK_CMDS_DEP
     1065ifndef NO_LINK_CMDS_DEPS
    10661066_DEPFILES_INCLUDED += $(dep)
    10671067$(if $(wildcard $(dep)),$(eval include $(dep)))
     
    13021302# dependency file
    13031303dep := $(outbase)$(SUFF_DEP)
    1304 ifndef NO_LINK_CMDS_DEP
     1304ifndef NO_LINK_CMDS_DEPS
    13051305_DEPFILES_INCLUDED += $(dep)
    13061306$(if $(wildcard $(dep)),$(eval include $(dep)))
Note: See TracChangeset for help on using the changeset viewer.