Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338906
b: refs/heads/master
c: cf3aa10
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed Oct 26, 2012
1 parent abf39d3 commit 8cac7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 615d774d69031357a1bfed57fd383c6fe6f90a69
refs/heads/master: cf3aa103555136c04894058152b129c133ebf350
3 changes: 1 addition & 2 deletions trunk/tools/perf/config/utilities.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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).$$$$"; \
Expand Down

0 comments on commit 8cac7c3

Please sign in to comment.