Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IMPALA-10226: Change buildall.sh -notests to invoke a single Make target
This is a small cleanup to add specific targets in CMake for buildall.sh -notests to invoke. Previously, it ran multiple targets like: make target1 target2 target3 ... In hand tests, make builds each target separately, so it is unable to overlap the builds of the multiple targets. Pushing it into CMake simplifies the code and allows the targets to build simultaneously. Testing: - Ran buildall.sh -notests Change-Id: Id881d6f481b32ba82501b16bada14b6630ba32d2 Reviewed-on: http://gerrit.cloudera.org:8080/16605 Reviewed-by: Tim Armstrong <tarmstrong@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
- Loading branch information