summaryrefslogtreecommitdiff
path: root/solenv/gbuild/Output.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-12-05 11:59:03 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-12-05 11:59:03 +0100
commita05a7c40350e9f2b3782a3a6a0da68ed93ff2b36 (patch)
tree94c1e503bc882b81c177c89782d9e60f398d4b60 /solenv/gbuild/Output.mk
parent8f81668a34b316dd33e35e0d514bc2211fbfa5d6 (diff)
gnumake2: solaris awk does not close stdin when not input file is given explicitly
Diffstat (limited to 'solenv/gbuild/Output.mk')
-rw-r--r--solenv/gbuild/Output.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/Output.mk b/solenv/gbuild/Output.mk
index f202c144282b..dabb9b080d09 100644
--- a/solenv/gbuild/Output.mk
+++ b/solenv/gbuild/Output.mk
@@ -53,8 +53,8 @@ define gb_Output_warn
$(warning $(NEWLINE)[ WARN $(2) ] !!!$(NEWLINE)[ WARN $(2) ] !!! $(1)$(NEWLINE)[ WARN $(2) ] !!!)
endef
-gb_Output_ESCAPE := $(shell awk 'BEGIN { printf "%c", 27 }')
-gb_Output_BELL := $(shell 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