Changeset 2434 for trunk/kBuild/subheader.kmk
- Timestamp:
- Jan 9, 2011, 6:45:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/subheader.kmk
r2413 r2434 55 55 define def_subfooter 56 56 ifndef $(target)_PATH 57 ifdef $(target)_DEFPATH 58 $(target)_PATH := $($(target)_DEFPATH) 59 else 60 $(target)_PATH := $(PATH_SUB_CURRENT) 57 ifndef $(target)_DEFPATH 61 58 $(target)_DEFPATH := $(PATH_SUB_CURRENT) 62 59 endif 60 $(call KB_FN_ASSIGN_DEPRECATED,$(target)_PATH,$($(target)_DEFPATH), $(target)_DEFPATH) 63 61 else ifndef $(target)_DEFPATH 64 62 $(target)_DEFPATH := $($(target)_PATH) … … 69 67 ifndef $(target)_0_OUTDIR 70 68 $(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) 72 70 endif 73 71 endef
Note:
See TracChangeset
for help on using the changeset viewer.