Changeset 892 for trunk/kBuild


Ignore:
Timestamp:
May 3, 2007, 2:10:44 AM (18 years ago)
Author:
bird
Message:

adjusted the MSG_L1 override.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/msgstyles/brief.kmk

    r890 r892  
    2727# Indent the messages, drop the kBuild: prefix, and shorten paths.
    2828ifndef KBUILD_VERBOSE
    29  MSG_L1 ?= @$(PRINTF) "  %-8s%s" "$(subst $(PATH_ROOT)/,{R}/,$(subst $(PATH_OUT)/,{O}/,$(subst $(CURDIR)/,{C}/,$(subst $(PATH_TARGET)/,{T}/,$1))))"
    30  MSG_L1 ?= @$(PRINTF) "  %-8s%s\n" \
     29 ifndef MSG_L1
     30  MSG_L1 = @$(PRINTF) "  %-7s %s\n" \
    3131        "$(subst $(PATH_ROOT)/,{R}/,$(subst $(PATH_OUT)/,{O}/,$(subst $(CURDIR)/,{C}/,$(subst $(PATH_TARGET)/,{T}/,$1))))" \
    3232        "$(subst $(PATH_ROOT)/,{R}/,$(subst $(PATH_OUT)/,{O}/,$(subst $(CURDIR)/,{C}/,$(subst $(PATH_TARGET)/,{T}/,$2))))"
     33 endif
    3334else
    3435 MSG_L1 ?= @$(ECHO) "  $(subst $(PATH_ROOT)/,{R}/,$(subst $(PATH_OUT)/,{O}/,$(subst $(CURDIR)/,{C}/,$(subst $(PATH_TARGET)/,{T}/,$1 $2))))"
Note: See TracChangeset for help on using the changeset viewer.