Changeset 777


Ignore:
Timestamp:
Jan 20, 2007, 7:41:14 PM (19 years ago)
Author:
bird
Message:

'dense' -> 'short'. drop the --no-print-directory stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r776 r777  
    811811 MSG_INST_DIR ?= $(call MSG_L1,Installing directory $1)
    812812
    813 else ifeq ($(KBUILD_MSG_STYLE),dense)
     813else ifeq ($(KBUILD_MSG_STYLE),short)
    814814 #
    815  # The 'dense' style
     815 # The 'short' style
    816816 #
    817817 ifndef KBUILD_VERBOSE
     
    821821  MSG_L2 ?= @$(ECHO) "  $(subst $(PATH_ROOT)/,{R}/,$(subst $(PATH_OUT)/,{O}/,$(subst $(CURDIR)/,{C}/,$(subst $(PATH_TARGET)/,{T}/,$1))))"
    822822 endif
    823  MAKEFLAGS := --no-print-directory $(MAKEFLAGS)
    824823
    825824 ## Fetch starting.
Note: See TracChangeset for help on using the changeset viewer.