IMPALA-4649: addendum - avoid overwriting MAKE_ARGS Re-tested to make sure that IMPALA_MAKE_FLAGS is effective
Change-Id: If57dc60e16bab591bce3646d43de8d45444719a7 Reviewed-on: http://gerrit.cloudera.org:8080/5558 Tested-by: Impala Public Jenkins Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Tim Armstrong <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/5eef1bf8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/5eef1bf8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/5eef1bf8 Branch: refs/heads/hadoop-next Commit: 5eef1bf82e08134cd85d916a208bf51450ac2b2a Parents: b3636c9 Author: Tim Armstrong <[email protected]> Authored: Wed Dec 21 06:28:57 2016 -0800 Committer: Tim Armstrong <[email protected]> Committed: Thu Dec 22 23:41:27 2016 +0000 ---------------------------------------------------------------------- bin/make_impala.sh | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/5eef1bf8/bin/make_impala.sh ---------------------------------------------------------------------- diff --git a/bin/make_impala.sh b/bin/make_impala.sh index 97525c3..70d088f 100755 --- a/bin/make_impala.sh +++ b/bin/make_impala.sh @@ -170,7 +170,6 @@ if [ $CMAKE_ONLY -eq 1 ]; then exit 0 fi -MAKE_ARGS=-j${IMPALA_BUILD_THREADS:-4} if [ $BUILD_FE_ONLY -eq 1 ]; then ${MAKE_CMD} ${MAKE_ARGS} fe elif [ $BUILD_EVERYTHING -eq 1 ]; then
