From 8cac7c394c45aced70f51f55b0c4b46e97abf374 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Fri, 26 Oct 2012 17:55:51 +0900 Subject: [PATCH] --- yaml --- r: 338906 b: refs/heads/master c: cf3aa103555136c04894058152b129c133ebf350 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/tools/perf/config/utilities.mak | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 21c55802128a..2a3873f92d20 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 615d774d69031357a1bfed57fd383c6fe6f90a69 +refs/heads/master: cf3aa103555136c04894058152b129c133ebf350 diff --git a/trunk/tools/perf/config/utilities.mak b/trunk/tools/perf/config/utilities.mak index ea853c279b31..e5413125e6bb 100644 --- a/trunk/tools/perf/config/utilities.mak +++ b/trunk/tools/perf/config/utilities.mak @@ -183,9 +183,8 @@ _gea_err = $(if $(1),$(error Please set '$(1)' appropriately)) # Usage: option = $(call try-cc, source-to-build, cc-options, msg) ifndef V TRY_CC_OUTPUT= > /dev/null 2>&1 -else -TRY_CC_MSG=echo "CHK $(3)" 1>&2; endif +TRY_CC_MSG=echo " CHK $(3)" 1>&2; try-cc = $(shell sh -c \ 'TMP="$(OUTPUT)$(TMPOUT).$$$$"; \