Alexey Serbin has uploaded this change for review. ( 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 --- M cmake_modules/KuduLinker.cmake 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/94/18394/1 -- 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: newchange Gerrit-Change-Id: Id095902679a2f0e2648c45bcd4024fc734b9a1e7 Gerrit-Change-Number: 18394 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
