Attila Bukor has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19729 )
Change subject: [docs] Add ninja to make_site.sh ...................................................................... [docs] Add ninja to make_site.sh If ninja is present on the system, use it to build Kudu. The command "rm -rf CMakeCache CMakeFiles/" clears the build folder incorrectly. Rather than CMakeCache one has to clear CMakeCache.txt, else cmake won't pick up the specified generator. (cmake error: Does not match the generator used previously) Change-Id: Ic3a5cb1252554c2f5ed137a6053376c435775e4b Reviewed-on: http://gerrit.cloudera.org:8080/19729 Tested-by: Kudu Jenkins Reviewed-by: Zoltan Chovan <[email protected]> Reviewed-by: Attila Bukor <[email protected]> --- M docs/support/scripts/make_site.sh 1 file changed, 11 insertions(+), 2 deletions(-) Approvals: Kudu Jenkins: Verified Zoltan Chovan: Looks good to me, but someone else must approve Attila Bukor: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19729 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ic3a5cb1252554c2f5ed137a6053376c435775e4b Gerrit-Change-Number: 19729 Gerrit-PatchSet: 2 Gerrit-Owner: Marton Greber <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]>
