Hello David Ribeiro Alves, Adar Dembo,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/6619
to review the following change.
Change subject: Add CLANG_ALWAYS_COLOR option to ccache-clang wrappers
......................................................................
Add CLANG_ALWAYS_COLOR option to ccache-clang wrappers
I've been using these locally for a long time and find it helpful,
particularly when running ccache-clang with ninja. ninja captures the
compiler output rather than piping directly to the terminal, so the '-t'
test for stdout being a terminal doesn't pass. This environment variable
lets me have nice colorful output with ninja.
Change-Id: I3161d6dcc3715693771089351aadb29810c00fcc
---
M build-support/ccache-clang/clang
M build-support/ccache-clang/clang++
2 files changed, 10 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/19/6619/1
--
To view, visit http://gerrit.cloudera.org:8080/6619
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3161d6dcc3715693771089351aadb29810c00fcc
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: David Ribeiro Alves <[email protected]>