Changeset 185 for trunk/kBuild/footer.kmk
- Timestamp:
- Dec 12, 2004, 5:55:17 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/footer.kmk
r184 r185 130 130 # @param $2 normalized main target 131 131 _TARGET_BASE = $(PATH_TARGET)/$(2)/$(call no-root-slash,$(call no-drive,$(basename $(1)))) 132 133 134 # 135 # Check syntax which leads to weird syntax errors. 136 # 137 138 ## Check 139 # @param $(target) Target name. 140 define def_check_target 141 ifneq ("$($(target)_TEMPLATE)","$(strip $($(target)_TEMPLATE))") 142 $$(error $(target) have an incorrect template name. Remove any tabs!) 143 endif 144 endef 145 $(foreach target, $(ALL_TARGETS),$(eval $(def_check_target))) 132 146 133 147
Note:
See TracChangeset
for help on using the changeset viewer.