[Libreoffice-commits] core.git: solenv/gbuild

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Thu May 22 15:25:19 PDT 2014


 solenv/gbuild/Output.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f56101cb2135136af91926be7b8f758509a3f938
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Fri May 23 00:24:55 2014 +0200

    gb_AWK variable not available here...
    
    Change-Id: Ib763efb268bc9165704185c2b588ed282121cfa0

diff --git a/solenv/gbuild/Output.mk b/solenv/gbuild/Output.mk
index 01e9ad2..ca3da3b 100644
--- a/solenv/gbuild/Output.mk
+++ b/solenv/gbuild/Output.mk
@@ -45,8 +45,8 @@ define gb_Output_warn
 $(warning $(NEWLINE)[WARN  $(2)] !!!$(NEWLINE)[WARN  $(2)] !!! $(1)$(NEWLINE)[WARN  $(2)] !!!)
 endef
 
-gb_Output_ESCAPE := $(shell echo|$(gb_AWK) 'BEGIN { printf "%c", 27 }' -)
-gb_Output_BELL := $(shell echo|$(gb_AWK) 'BEGIN { printf "%c", 7 }' -)
+gb_Output_ESCAPE := $(shell echo|awk 'BEGIN { printf "%c", 27 }' -)
+gb_Output_BELL := $(shell echo|awk 'BEGIN { printf "%c", 7 }' -)
 
 # only enable colorized output if
 # - gb_COLOR is set


More information about the Libreoffice-commits mailing list