]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r293014:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 3 Jan 2016 17:19:17 +0000 (17:19 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 3 Jan 2016 17:19:17 +0000 (17:19 +0000)
commit87dedfc74d065bee3db4a1ce62004bfadce76ae6
tree6f488e527dce827737485566871bc367262924ff
parent293615997f2e9d2a281e8c92fca213d86790fd84
MFC r293014:

Merge r293006 from clang380-import branch:

For determining the compiler version, quote the string to be echo'd,
otherwise the command might fail.  This is because clang -v now results
in the following:

FreeBSD clang version 3.8.0 (trunk 256633) (based on LLVM 3.8.0svn)

The second "3.8.8svn)" string tripped up the shell command.

git-svn-id: svn://svn.freebsd.org/base/stable/10@293109 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/mk/bsd.compiler.mk