Ignore:
Timestamp:
May 27, 2007, 9:57:41 PM (18 years ago)
Author:
bird
Message:

fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r978 r980  
    163163endif
    164164
    165 ifneq (.$(BUILD_PLATFORM_ARCH).,.$(strip $(BUILD_PLATFORM_ARCH)).)
     165ifneq (.$(words $(BUILD_PLATFORM_ARCH)).$(BUILD_PLATFORM_ARCH).,.1.$(strip $(BUILD_PLATFORM_ARCH)).)
    166166 $(error kBuild: The BUILD_PLATFORM_ARCH value '$(BUILD_PLATFORM_ARCH)' contains spaces/tabs!)
    167167endif
     
    191191 BUILD_TARGET := $(BUILD_PLATFORM)
    192192else
    193  ifneq (.$(words $(BUILD_TARGET)).$(BUILD_TARGET).,.$(strip $(BUILD_TARGET)).)
     193 ifneq (.$(words $(BUILD_TARGET)).$(BUILD_TARGET).,.1.$(strip $(BUILD_TARGET)).)
    194194  $(error kBuild: The BUILD_TARGET value '$(BUILD_TARGET)' contains spaces/tabs!)
    195195 endif
     
    202202 BUILD_TARGET_ARCH := $(BUILD_PLATFORM_ARCH)
    203203else
    204  ifneq (.$(BUILD_TARGET_ARCH).,.$(strip $(BUILD_TARGET_ARCH)).)
     204 ifneq (.$(words $(BUILD_TARGET_ARCH)).$(BUILD_TARGET_ARCH).,.1.$(strip $(BUILD_TARGET_ARCH)).)
    205205  $(error kBuild: The BUILD_TARGET_ARCH value '$(BUILD_TARGET_ARCH)' contains spaces/tabs!)
    206206 endif
     
    530530# The user can overload this list.
    531531DEFAULT_MAKEFILE := Makefile.kmk makefile.kmk Makefile makefile
     532
     533
     534#
     535#
     536#
    532537
    533538## PROPS_TOOLS
Note: See TracChangeset for help on using the changeset viewer.