svn commit: r330030 - head

Brooks Davis brooks at FreeBSD.org
Mon Feb 26 19:02:12 UTC 2018


Author: brooks
Date: Mon Feb 26 19:02:11 2018
New Revision: 330030
URL: https://svnweb.freebsd.org/changeset/base/330030

Log:
  Improve wording of error message when CROSS_TOOLCHAIN is not found.
  
  Reported by:	emaste, jhb

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Mon Feb 26 18:50:39 2018	(r330029)
+++ head/Makefile.inc1	Mon Feb 26 19:02:11 2018	(r330030)
@@ -61,7 +61,7 @@ LOCALBASE?=	/usr/local
 .elif exists(${CROSS_TOOLCHAIN})
 .include "${CROSS_TOOLCHAIN}"
 .else
-.error CROSS_TOOLCHAIN is '${CROSS_TOOLCHAIN}' which is invalid
+.error CROSS_TOOLCHAIN ${CROSS_TOOLCHAIN} not found
 .endif
 CROSSENV+=CROSS_TOOLCHAIN="${CROSS_TOOLCHAIN}"
 .endif


More information about the svn-src-head mailing list