Repository: incubator-impala
Updated Branches:
  refs/heads/master 5112e65be -> 3ee075f96


IMPALA-3594: Fix -build_shared_libs switch in buildall.sh

Change-Id: I6ad4afc30ca3717fece65ff075981d01efd580fe
Reviewed-on: http://gerrit.cloudera.org:8080/3170
Reviewed-by: Dan Hecht <[email protected]>
Tested-by: Internal Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/3ee075f9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/3ee075f9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/3ee075f9

Branch: refs/heads/master
Commit: 3ee075f96209086e6522a1e43cada213d39f0858
Parents: a0ad186
Author: Lars Volker <[email protected]>
Authored: Mon May 23 15:03:24 2016 +0200
Committer: Tim Armstrong <[email protected]>
Committed: Tue May 24 20:41:09 2016 -0700

----------------------------------------------------------------------
 buildall.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/3ee075f9/buildall.sh
----------------------------------------------------------------------
diff --git a/buildall.sh b/buildall.sh
index c7bff96..45df6cc 100755
--- a/buildall.sh
+++ b/buildall.sh
@@ -71,9 +71,7 @@ do
     -skiptests)
       TESTS_ACTION=0
       ;;
-    -build_shared_libs)
-      ;;
-    -so)
+    -build_shared_libs|-so)
       MAKE_IMPALA_ARGS="${MAKE_IMPALA_ARGS} -build_shared_libs"
       ;;
     -notests)

Reply via email to