From 1b36da001503ba894e5a06f0dd572ceda06943b4 Mon Sep 17 00:00:00 2001 From: brooks Date: Fri, 1 Mar 2013 03:25:43 +0000 Subject: [PATCH] Provide slightly more helpful feedback when we can't figure out what compiler the user is using. PR: misc/173914 --- share/mk/bsd.compiler.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/bsd.compiler.mk b/share/mk/bsd.compiler.mk index c38c76ea4b3d..2d648de6c485 100644 --- a/share/mk/bsd.compiler.mk +++ b/share/mk/bsd.compiler.mk @@ -14,7 +14,7 @@ COMPILER_TYPE:= gcc . elif ${_COMPILER_VERSION:Mclang} COMPILER_TYPE:= clang . else -.error Unable to determine compiler type for ${CC} +.error Unable to determine compiler type for ${CC}. Consider setting COMPILER_TYPE. . endif . undef _COMPILER_VERSION . endif