From 2f5134834d0f26058ffc6418875d41071a05ae8b Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Mon, 26 Feb 2018 19:02:11 +0000 Subject: [PATCH] Improve wording of error message when CROSS_TOOLCHAIN is not found. Reported by: emaste, jhb --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 67e8ca97c4ee..fd372d9b724a 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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