Kaydet (Commit) f56101cb authored tarafından Christian Lohmaier's avatar Christian Lohmaier

gb_AWK variable not available here...

Change-Id: Ib763efb268bc9165704185c2b588ed282121cfa0
üst 831c8e02
...@@ -45,8 +45,8 @@ define gb_Output_warn ...@@ -45,8 +45,8 @@ define gb_Output_warn
$(warning $(NEWLINE)[WARN $(2)] !!!$(NEWLINE)[WARN $(2)] !!! $(1)$(NEWLINE)[WARN $(2)] !!!) $(warning $(NEWLINE)[WARN $(2)] !!!$(NEWLINE)[WARN $(2)] !!! $(1)$(NEWLINE)[WARN $(2)] !!!)
endef endef
gb_Output_ESCAPE := $(shell echo|$(gb_AWK) 'BEGIN { printf "%c", 27 }' -) gb_Output_ESCAPE := $(shell echo|awk 'BEGIN { printf "%c", 27 }' -)
gb_Output_BELL := $(shell echo|$(gb_AWK) 'BEGIN { printf "%c", 7 }' -) gb_Output_BELL := $(shell echo|awk 'BEGIN { printf "%c", 7 }' -)
# only enable colorized output if # only enable colorized output if
# - gb_COLOR is set # - gb_COLOR is set
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment