Todd Lipcon has submitted this change and it was merged. Change subject: docs: fix circular dependency ......................................................................
docs: fix circular dependency After commit 3e8d29f, 'make docs' began emitting circular dependency warnings when invoked: Scanning dependencies of target docs make[3]: Circular CMakeFiles/docs <- docs dependency dropped. make[3]: Circular docs <- docs dependency dropped. The offending change was the removal of 'build' from DOCS_BUILD_DIRECTORY, though I don't understand why. In any case, we don't need both a custom target and command, and removing the latter fixes the circular dependency. Change-Id: I3b2f2d874926e00b7a838977572b3288bd6156e4 Reviewed-on: http://gerrit.cloudera.org:8080/1856 Tested-by: Internal Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M CMakeLists.txt 1 file changed, 3 insertions(+), 7 deletions(-) Approvals: Internal Jenkins: Verified Todd Lipcon: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/1856 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3b2f2d874926e00b7a838977572b3288bd6156e4 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
