Ignore:
Timestamp:
Apr 23, 2008, 4:31:31 AM (17 years ago)
Author:
bird
Message:

Use KMK_OPTS_PRETTY_COMMAND_PRINTING.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r1547 r1561  
    2525#
    2626# 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.
    2929# This exception does not however invalidate any other reasons why the makefile,
    3030# program, whatever should not be covered the GPL.
     
    7171# Define the default goal.
    7272#
    73 .PHONY: all all_recursive 
     73.PHONY: all all_recursive
    7474all: all_recursive
    7575
     
    195195
    196196#
    197 # Host platform legacy 
     197# Host platform legacy
    198198# kmk deals with this, so this is only temporary until I've rebuilt everything.
    199199#
     
    256256   KBUILD_TARGET := $(BUILD_TARGET)
    257257  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)
    259259  endif
    260260 endif
     
    271271   KBUILD_TARGET_ARCH := $(BUILD_TARGET_ARCH)
    272272  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)
    274274  endif
    275275 endif
     
    286286   KBUILD_TARGET_CPU := $(BUILD_TARGET_CPU)
    287287  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)
    289289  endif
    290290 endif
     
    952952ifndef KBUILD_VERBOSE
    953953 ifndef KBUILD_QUIET
    954   ifneq ($(filter --pretty-command-printing,$(MAKEFLAGS)),)
     954  ifdef KMK_OPTS_PRETTY_COMMAND_PRINTING
    955955   export KBUILD_VERBOSE := 2
    956956  endif
Note: See TracChangeset for help on using the changeset viewer.