Changeset 980 for trunk/kBuild/header.kmk
- Timestamp:
- May 27, 2007, 9:57:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r978 r980 163 163 endif 164 164 165 ifneq (.$( BUILD_PLATFORM_ARCH).,.$(strip $(BUILD_PLATFORM_ARCH)).)165 ifneq (.$(words $(BUILD_PLATFORM_ARCH)).$(BUILD_PLATFORM_ARCH).,.1.$(strip $(BUILD_PLATFORM_ARCH)).) 166 166 $(error kBuild: The BUILD_PLATFORM_ARCH value '$(BUILD_PLATFORM_ARCH)' contains spaces/tabs!) 167 167 endif … … 191 191 BUILD_TARGET := $(BUILD_PLATFORM) 192 192 else 193 ifneq (.$(words $(BUILD_TARGET)).$(BUILD_TARGET).,. $(strip $(BUILD_TARGET)).)193 ifneq (.$(words $(BUILD_TARGET)).$(BUILD_TARGET).,.1.$(strip $(BUILD_TARGET)).) 194 194 $(error kBuild: The BUILD_TARGET value '$(BUILD_TARGET)' contains spaces/tabs!) 195 195 endif … … 202 202 BUILD_TARGET_ARCH := $(BUILD_PLATFORM_ARCH) 203 203 else 204 ifneq (.$( BUILD_TARGET_ARCH).,.$(strip $(BUILD_TARGET_ARCH)).)204 ifneq (.$(words $(BUILD_TARGET_ARCH)).$(BUILD_TARGET_ARCH).,.1.$(strip $(BUILD_TARGET_ARCH)).) 205 205 $(error kBuild: The BUILD_TARGET_ARCH value '$(BUILD_TARGET_ARCH)' contains spaces/tabs!) 206 206 endif … … 530 530 # The user can overload this list. 531 531 DEFAULT_MAKEFILE := Makefile.kmk makefile.kmk Makefile makefile 532 533 534 # 535 # 536 # 532 537 533 538 ## PROPS_TOOLS
Note:
See TracChangeset
for help on using the changeset viewer.