Changeset 1561 for trunk/kBuild/header.kmk
- Timestamp:
- Apr 23, 2008, 4:31:31 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r1547 r1561 25 25 # 26 26 # As a special exception you are granted permission to include this file, via 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 27 # the kmk include directive, as you wish without this in itself causing the 28 # resulting makefile, program or whatever to be covered by the GPL license. 29 29 # This exception does not however invalidate any other reasons why the makefile, 30 30 # program, whatever should not be covered the GPL. … … 71 71 # Define the default goal. 72 72 # 73 .PHONY: all all_recursive 73 .PHONY: all all_recursive 74 74 all: all_recursive 75 75 … … 195 195 196 196 # 197 # Host platform legacy 197 # Host platform legacy 198 198 # kmk deals with this, so this is only temporary until I've rebuilt everything. 199 199 # … … 256 256 KBUILD_TARGET := $(BUILD_TARGET) 257 257 else ifneq ($(origin KBUILD_TARGET):$(origin BUILD_TARGET),command line:environment) 258 $(error kBuild: KBUILD_TARGET and BUILD_TARGET disagree) 258 $(error kBuild: KBUILD_TARGET and BUILD_TARGET disagree) 259 259 endif 260 260 endif … … 271 271 KBUILD_TARGET_ARCH := $(BUILD_TARGET_ARCH) 272 272 else ifneq ($(origin KBUILD_TARGET_ARCH):$(origin BUILD_TARGET_ARCH),command line:environment) 273 $(error kBuild: KBUILD_TARGET_ARCH and BUILD_TARGET_ARCH disagree) 273 $(error kBuild: KBUILD_TARGET_ARCH and BUILD_TARGET_ARCH disagree) 274 274 endif 275 275 endif … … 286 286 KBUILD_TARGET_CPU := $(BUILD_TARGET_CPU) 287 287 else ifneq ($(origin KBUILD_TARGET_CPU):$(origin BUILD_TARGET_CPU),command line:environment) 288 $(error kBuild: KBUILD_TARGET_CPU and BUILD_TARGET_CPU disagree) 288 $(error kBuild: KBUILD_TARGET_CPU and BUILD_TARGET_CPU disagree) 289 289 endif 290 290 endif … … 952 952 ifndef KBUILD_VERBOSE 953 953 ifndef KBUILD_QUIET 954 if neq ($(filter --pretty-command-printing,$(MAKEFLAGS)),)954 ifdef KMK_OPTS_PRETTY_COMMAND_PRINTING 955 955 export KBUILD_VERBOSE := 2 956 956 endif
Note:
See TracChangeset
for help on using the changeset viewer.