]> CyberLeo.Net >> Repos - FreeBSD/stable/9.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)
commitd91245c5845ae9dd03ad63545bf3d1bc79b5d157
treebb541dbc8ba2b55b3783c1da693bac1a0e317526
parent07aec5006af7850023bf4c36ddacd9f78dd0db61
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/9@293109 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/mk/bsd.compiler.mk