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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to