Changeset 2443 for trunk/kBuild/subfooter.kmk
- Timestamp:
- Jul 6, 2011, 2:19:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/subfooter.kmk
r2434 r2443 47 47 $(target)_DEFPATH := $(PATH_SUB_CURRENT) 48 48 endif 49 $(call KB_FN_ASSIGN_DEPRECATED,$(target)_PATH,$($(target)_DEFPATH), 49 $(call KB_FN_ASSIGN_DEPRECATED,$(target)_PATH,$($(target)_DEFPATH),$(target)_DEFPATH) 50 50 else ifndef $(target)_DEFPATH 51 51 $(target)_DEFPATH := $($(target)_PATH) … … 56 56 ifndef $(target)_0_OUTDIR 57 57 $(target)_0_OUTDIR := $(call TARGET_PATH,$(target)) 58 $(call KB_FN_ASSIGN_DEPRECATED,PATH_$(target),$($(target)_0_OUTDIR), 58 $(call KB_FN_ASSIGN_DEPRECATED,PATH_$(target),$($(target)_0_OUTDIR),$(target)_0_OUTDIR) 59 59 endif 60 60 endef
Note:
See TracChangeset
for help on using the changeset viewer.