Index: /trunk/kBuild/header.kmk
===================================================================
--- /trunk/kBuild/header.kmk	(revision 3422)
+++ /trunk/kBuild/header.kmk	(revision 3423)
@@ -235,7 +235,8 @@
  ifneq ($(KBUILD_TYPE),$(BUILD_TYPE))
   ifeq ($(origin KBUILD_TYPE):$(origin BUILD_TYPE),environment:command line)
+   $(warning kBuild: Please use KBUILD_TYPE instead of BUILD_TYPE on the command line!)
    KBUILD_TYPE := $(BUILD_TYPE)
   else ifneq ($(origin KBUILD_TYPE):$(origin BUILD_TYPE),command line:environment)
-   $(error kBuild: KBUILD_TYPE and BUILD_TYPE disagree.)
+   $(error kBuild: KBUILD_TYPE (command line) and BUILD_TYPE (env) disagree.)
   endif
  endif
@@ -252,19 +253,4 @@
   $(error kBuild: The KBUILD_TYPE value '$(KBUILD_TYPE)' contains spaces/tabs!)
  endif
-endif
-
-
-#
-# Host platform legacy
-# kmk deals with this, so this is only temporary until I've rebuilt everything.
-#
-ifndef KBUILD_HOST
- KBUILD_HOST := $(BUILD_PLATFORM)
-endif
-ifndef KBUILD_HOST_ARCH
- KBUILD_HOST_ARCH := $(BUILD_PLATFORM_ARCH)
-endif
-ifndef KBUILD_HOST_CPU
- KBUILD_HOST_CPU := $(BUILD_PLATFORM_CPU)
 endif
 
@@ -315,4 +301,5 @@
  ifneq ($(KBUILD_TARGET),$(BUILD_TARGET))
   ifeq ($(origin KBUILD_TARGET):$(origin BUILD_TARGET),environment:command line)
+   $(warning kBuild: Please use KBUILD_TARGET instead of BUILD_TARGET on the command line!)
    KBUILD_TARGET := $(BUILD_TARGET)
   else ifneq ($(origin KBUILD_TARGET):$(origin BUILD_TARGET),command line:environment)
@@ -330,4 +317,5 @@
  ifneq ($(KBUILD_TARGET_ARCH),$(BUILD_TARGET_ARCH))
   ifeq ($(origin KBUILD_TARGET_ARCH):$(origin BUILD_TARGET_ARCH),environment:command line)
+   $(warning kBuild: Please use KBUILD_TARGET_ARCH instead of BUILD_TARGET_ARCH on the command line!)
    KBUILD_TARGET_ARCH := $(BUILD_TARGET_ARCH)
   else ifneq ($(origin KBUILD_TARGET_ARCH):$(origin BUILD_TARGET_ARCH),command line:environment)
@@ -345,4 +333,5 @@
  ifneq ($(KBUILD_TARGET_CPU),$(BUILD_TARGET_CPU))
   ifeq ($(origin KBUILD_TARGET_CPU):$(origin BUILD_TARGET_CPU),environment:command line)
+   $(warning kBuild: Please use KBUILD_TARGET_CPU instead of BUILD_TARGET_CPU on the command line!)
    KBUILD_TARGET_CPU := $(BUILD_TARGET_CPU)
   else ifneq ($(origin KBUILD_TARGET_CPU):$(origin BUILD_TARGET_CPU),command line:environment)
