Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12847 )
Change subject: [KUDU-1344] Part 1: cmake install for executables ...................................................................... [KUDU-1344] Part 1: cmake install for executables This change adds cmake install commands for kudu, kudu-tserver and kudu-master executables. Running 'sudo make install' installs the following: - kudu-tserver and kudu-master executables in /usr/local/sbin - Kudu client executable in /usr/local/bin - Kudu client library in /usr/local/lib64 - Kudu client headers in /usr/local/include/kudu This change also adds 3 cmake flags (ON by default): - KUDU_CLIENT_INSTALL - KUDU_TSERVER_INSTALL - KUDU_MASTER_INSTALL setting these flags to OFF directs cmake to skip corresponding install commands. Update documentation to reflect these changes. Change-Id: Ic020941343efc9192bf615c0c8a30b3d9eee91d7 Reviewed-on: http://gerrit.cloudera.org:8080/12847 Reviewed-by: Grant Henke <[email protected]> Tested-by: Grant Henke <[email protected]> --- M docs/installation.adoc M src/kudu/master/CMakeLists.txt M src/kudu/tools/CMakeLists.txt M src/kudu/tserver/CMakeLists.txt 4 files changed, 133 insertions(+), 47 deletions(-) Approvals: Grant Henke: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/12847 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic020941343efc9192bf615c0c8a30b3d9eee91d7 Gerrit-Change-Number: 12847 Gerrit-PatchSet: 7 Gerrit-Owner: Greg Solovyev <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Greg Solovyev <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Todd Lipcon <[email protected]>
