Changeset 2011 for trunk/kBuild
- Timestamp:
- Nov 1, 2008, 3:15:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r2008 r2011 361 361 362 362 363 ## Worker f rodef_inherit that deals with one keyword that makes363 ## Worker for def_inherit that deals with one keyword that makes 364 364 # use of inheritance. 365 365 # @param prefix_keyword key_prefix:keyword. The cool join/split game as usual. … … 975 975 # 976 976 977 if1of ($(KMK_FEATURES), kb-exp-tmpl) 978 $(kb-exp-tmpl 1,$(_ALL_TARGET_TARGETS),$(KBUILD_TARGET),$(KBUILD_TARGET_ARCH),$(KBUILD_TARGET_CPU),$(KBUILD_TYPE)) 979 $(kb-exp-tmpl 1,$(_ALL_HOST_TARGETS),$(KBUILD_HOST),$(KBUILD_HOST_ARCH),$(KBUILD_HOST_CPU),$(KBUILD_TYPE)) 980 981 else # !kb-exp-tmpl 982 977 983 ## Inherit one template property in a non-accumulative manner. 978 984 # @param $(prop) Property name … … 1161 1167 $(foreach target, $(_ALL_HOST_TARGETS),$(evalval def_inherit_template)) 1162 1168 1169 endif # !kb-exp-tmpl 1163 1170 ifdef KBUILD_PROFILE_SELF 1164 1171 $(evalcall def_profile_self, done template/target expansion)
Note:
See TracChangeset
for help on using the changeset viewer.