Kaydet (Commit) 98c6cf40 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

colorful interactive gbuild output

Change-Id: I22e9eacfddff611d368963162024437f4a7b7fdf
üst 69ef1a0b
......@@ -48,6 +48,13 @@ endef
gb_Output_ESCAPE := $(shell echo|awk 'BEGIN { printf "%c", 27 }' -)
gb_Output_BELL := $(shell echo|awk 'BEGIN { printf "%c", 7 }' -)
# default to color output, if interactive
ifeq ($(origin gb_COLOR),undefined)
ifneq ($(MAKE_TERMOUT),)
gb_COLOR=$(true)
endif
endif
# only enable colorized output if
# - gb_COLOR is set
# - we have a known term
......
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