Ignore:
Timestamp:
Jan 9, 2011, 6:45:08 PM (15 years ago)
Author:
bird
Message:

kBuild: Deprecating PATH_<target> and <target>_PATH in favor of <target>_0_OUTDIR and <target>_DEFPATH.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/subheader.kmk

    r2413 r2434  
    5555 define def_subfooter
    5656  ifndef $(target)_PATH
    57    ifdef $(target)_DEFPATH
    58     $(target)_PATH := $($(target)_DEFPATH)
    59    else
    60     $(target)_PATH := $(PATH_SUB_CURRENT)
     57   ifndef $(target)_DEFPATH
    6158    $(target)_DEFPATH := $(PATH_SUB_CURRENT)
    6259   endif
     60   $(call KB_FN_ASSIGN_DEPRECATED,$(target)_PATH,$($(target)_DEFPATH), $(target)_DEFPATH)
    6361  else ifndef $(target)_DEFPATH
    6462   $(target)_DEFPATH := $($(target)_PATH)
     
    6967  ifndef $(target)_0_OUTDIR
    7068   $(target)_0_OUTDIR := $(call TARGET_PATH,$(target))
    71    PATH_$(target) := $($(target)_0_OUTDIR)
     69   $(call KB_FN_ASSIGN_DEPRECATED,PATH_$(target),$($(target)_0_OUTDIR), $(target)_0_OUTDIR)
    7270  endif
    7371 endef
Note: See TracChangeset for help on using the changeset viewer.