Marton Greber has uploaded this change for review. ( 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 --- M docs/support/scripts/make_site.sh 1 file changed, 11 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/29/19729/1 -- 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: newchange Gerrit-Change-Id: Ic3a5cb1252554c2f5ed137a6053376c435775e4b Gerrit-Change-Number: 19729 Gerrit-PatchSet: 1 Gerrit-Owner: Marton Greber <[email protected]>
