Changeset 892 for trunk/kBuild/msgstyles/brief.kmk
- Timestamp:
- May 3, 2007, 2:10:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/msgstyles/brief.kmk
r890 r892 27 27 # Indent the messages, drop the kBuild: prefix, and shorten paths. 28 28 ifndef 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" \ 31 31 "$(subst $(PATH_ROOT)/,{R}/,$(subst $(PATH_OUT)/,{O}/,$(subst $(CURDIR)/,{C}/,$(subst $(PATH_TARGET)/,{T}/,$1))))" \ 32 32 "$(subst $(PATH_ROOT)/,{R}/,$(subst $(PATH_OUT)/,{O}/,$(subst $(CURDIR)/,{C}/,$(subst $(PATH_TARGET)/,{T}/,$2))))" 33 endif 33 34 else 34 35 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.