Alexey Serbin has submitted this change and it was merged. Change subject: [cmake] fixed 'latest' dir symlink on MacOS X ......................................................................
[cmake] fixed 'latest' dir symlink on MacOS X If the 'latest' symbolic link already exists, do not follow it, so the 'latest' link is updated to point to the new src directory. Prior to this, the result symlink on OS X would be created in the directory which the 'latest' points at. The fix is in replacing Linux-specific '-T' option with '-n' option which is compatible at least between BSD-style and Linux ln implementations and adding that '-n' flag regardless of the platform. Change-Id: Ica6314eb5274e853b7b39b7e6ede17305d0c646d Reviewed-on: http://gerrit.cloudera.org:8080/6667 Reviewed-by: Dan Burkert <[email protected]> Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M CMakeLists.txt 1 file changed, 2 insertions(+), 6 deletions(-) Approvals: Dan Burkert: Looks good to me, but someone else must approve Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6667 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ica6314eb5274e853b7b39b7e6ede17305d0c646d Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins
