Improve wording of error message when CROSS_TOOLCHAIN is not found.
Reported by: emaste, jhb
This commit is contained in:
parent
96378b0821
commit
2f5134834d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user