misc/173914: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Mar 1 03:40:01 UTC 2013


The following reply was made to PR misc/173914; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: misc/173914: commit references a PR
Date: Fri,  1 Mar 2013 03:25:56 +0000 (UTC)

 Author: brooks
 Date: Fri Mar  1 03:25:43 2013
 New Revision: 247527
 URL: http://svnweb.freebsd.org/changeset/base/247527
 
 Log:
   Provide slightly more helpful feedback when we can't figure out what
   compiler the user is using.
   
   PR:		misc/173914
 
 Modified:
   head/share/mk/bsd.compiler.mk
 
 Modified: head/share/mk/bsd.compiler.mk
 ==============================================================================
 --- head/share/mk/bsd.compiler.mk	Fri Mar  1 03:05:08 2013	(r247526)
 +++ head/share/mk/bsd.compiler.mk	Fri Mar  1 03:25:43 2013	(r247527)
 @@ -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
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list