aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2015-06-12 08:39:25 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2015-06-12 11:52:44 +0000
commit19f3413dbc4bda45df09ddfbe882c41fc81350d8 (patch)
tree04de4741d18192103104155b6eb8c8b56fa8028a /compile.sh
parent52b0b2cd3fd84d5e4401f806dea4ca61d7176b9a (diff)
Improve platform and CPU detection, use the correct protoc binary for the running system.
Tested on OS X 10.10, Debian 8.1 (x86_64) and Debian 8.1 (i686). -- MOS_MIGRATED_REVID=95819163
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index c2b467e793..163eb5c847 100755
--- a/compile.sh
+++ b/compile.sh
@@ -26,7 +26,6 @@ cd "$(dirname "$0")"
source scripts/bootstrap/buildenv.sh
-
function usage() {
[ -n "${1:-build}" ] && echo "Invalid command(s): $1" >&2
echo "syntax: $0 [command[,command]* [BAZEL_BIN [BAZEL_SUM]]]" >&2