Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18394 )
Change subject: [cmake_modules] add '-o /dev/null' to the linker command ...................................................................... [cmake_modules] add '-o /dev/null' to the linker command I noticed that every time I run cmake in the build directory on macOS, a.out file appears. It turned out it's generated by the GET_LINKER_VERSION procedure from KuduLinker.cmake. This patch add '-o /dev/null' to the command that determines the version of the linker to avoid generating a.out file in the current working directory. Change-Id: Id095902679a2f0e2648c45bcd4024fc734b9a1e7 Reviewed-on: http://gerrit.cloudera.org:8080/18394 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Andrew Wong <[email protected]> --- M cmake_modules/KuduLinker.cmake 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Alexey Serbin: Verified Andrew Wong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/18394 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Id095902679a2f0e2648c45bcd4024fc734b9a1e7 Gerrit-Change-Number: 18394 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
