Changeset 2434 for trunk/kBuild/subfooter.kmk
- Timestamp:
- Jan 9, 2011, 6:45:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/subfooter.kmk
r2413 r2434 44 44 define def_subheader 45 45 ifndef $(target)_PATH 46 ifdef $(target)_DEFPATH 47 $(target)_PATH := $($(target)_DEFPATH) 48 else 49 $(target)_PATH := $(PATH_SUB_CURRENT) 46 ifndef $(target)_DEFPATH 50 47 $(target)_DEFPATH := $(PATH_SUB_CURRENT) 51 48 endif 49 $(call KB_FN_ASSIGN_DEPRECATED,$(target)_PATH,$($(target)_DEFPATH), $(target)_DEFPATH) 52 50 else ifndef $(target)_DEFPATH 53 51 $(target)_DEFPATH := $($(target)_PATH) … … 58 56 ifndef $(target)_0_OUTDIR 59 57 $(target)_0_OUTDIR := $(call TARGET_PATH,$(target)) 60 PATH_$(target) := $($(target)_0_OUTDIR)58 $(call KB_FN_ASSIGN_DEPRECATED,PATH_$(target),$($(target)_0_OUTDIR), $(target)_0_OUTDIR) 61 59 endif 62 60 endef
Note:
See TracChangeset
for help on using the changeset viewer.