Changeset 741 for trunk/kBuild


Ignore:
Timestamp:
Dec 17, 2006, 8:41:04 AM (19 years ago)
Author:
bird
Message:

some cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r730 r741  
    982982## wrapper the compile command dependency check.
    983983ifndef NO_COMPILE_CMDS_DEPS
    984  ifeq ($(filter comp-cmds,$(KMK_FEATURES)),comp-cmds)
    985   _DEP_COMPILE_CMDS = $(comp-cmds $(target)_$(source)_CMDS_PREV_,$(target)_$(source)_CMDS_,FORCE)
    986  else
    987   _DEP_COMPILE_CMDS = $(comp-vars $(target)_$(source)_CMDS_PREV_,$(target)_$(source)_CMDS_,FORCE)
    988  endif
     984 _DEP_COMPILE_CMDS = $(comp-cmds $(target)_$(source)_CMDS_PREV_,$(target)_$(source)_CMDS_,FORCE)
    989985else
    990986 _DEP_COMPILE_CMDS =
     
    10231019## wrapper the link command dependency check.
    10241020ifndef NO_COMPILE_CMDS_DEPS
    1025  ifeq ($(filter comp-cmds,$(KMK_FEATURES)),comp-cmds)
    1026   _DEP_LINK_CMDS = $(comp-cmds $(target)_CMDS_PREV_,$(target)_CMDS_,FORCE)
    1027  else
    1028   _DEP_LINK_CMDS = $(comp-vars $(target)_CMDS_PREV_,$(target)_CMDS_,FORCE)
    1029  endif
     1021 _DEP_LINK_CMDS = $(comp-cmds $(target)_CMDS_PREV_,$(target)_CMDS_,FORCE)
    10301022else
    10311023 _DEP_LINK_CMDS =
     
    10741066define def_link_install_rule
    10751067$(INSTARGET_$(target)) : $(out) | $(call DIRDEP,$(dir $(INSTARGET_$(target))))
    1076         $$(call MSG_L1,Installing $(target),=> $$@)
     1068        $$(call MSG_L1,Installing $(target) => $$@)
    10771069        $$(QUIET)$$(INSTALL) $$(if $(mode),-m $(mode)) $(out) $$@
    10781070
     
    10931085# @param    bld_trg_cpu   Build target cpu.
    10941086def_target_source_c_cpp_asm_rc_new = $(kb-src-one )
    1095 ifneq ($(filter kb-src-one,$(KMK_FEATURES)),)
     1087ifdef KMK_VERSION
    10961088 def_target_source_c_cpp_asm_rc_var = def_target_source_c_cpp_asm_rc_new
    10971089else
     
    12351227 objs := $(call abspathex,$(objs),$(defpath))
    12361228 deps := $(call abspathex,$(deps),$(defpath))
     1229 othersrc := $(call abspathex,$(othersrc),$(defpath))
    12371230endif
    12381231
     
    14441437 objs := $(call abspathex,$(objs),$(defpath))
    14451438 deps := $(call abspathex,$(deps),$(defpath))
     1439 othersrc := $(call abspathex,$(othersrc),$(defpath))
    14461440 # libs are not subject to this because of the the -l<lib> stuff. Use $(<target>_PATH)/lib if relative to current dir!
    14471441endif
     
    16381632# the install rule
    16391633$(insdst) : $(srcsrc) | $(call DIRDEP,$(dir $(insdst)))
    1640         $$(call MSG_L1,Installing $(srcsrc),=> $(insdst))
     1634        $$(call MSG_L1,Installing $(insdst),(<= $(srcsrc)))
    16411635        $$(QUIET)$$(if $$(filter $(INSTALL),$(inscmd)),,$$(RM) -f $$@)
    16421636        $$(QUIET)$(inscmd)
Note: See TracChangeset for help on using the changeset viewer.