Date: Tue, 6 Nov 2012 07:51:20 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242658 - head/share/mk Message-ID: <201211060751.qA67pKC4012730@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dim Date: Tue Nov 6 07:51:20 2012 New Revision: 242658 URL: http://svnweb.freebsd.org/changeset/base/242658 Log: Fix typo in bsd.compiler.mk. Modified: head/share/mk/bsd.compiler.mk Modified: head/share/mk/bsd.compiler.mk ============================================================================== --- head/share/mk/bsd.compiler.mk Tue Nov 6 07:46:07 2012 (r242657) +++ head/share/mk/bsd.compiler.mk Tue Nov 6 07:51:20 2012 (r242658) @@ -14,7 +14,7 @@ COMPILER_TYPE:= gcc . elif ${_COMPILER_VERSION:Mclang} COMPILER_TYPE:= clang . else -.error Unable to determing compiler type for ${CC} +.error Unable to determine compiler type for ${CC} . endif . undef _COMPILER_VERSION . endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211060751.qA67pKC4012730>