make: indicate what we are going to override

The solution on mismatch is rarely providing the override so
try to hint at the user using that another configuration might
be needed to match the build environment.
This commit is contained in:
Franco Fichtner 2022-01-20 12:34:34 +01:00
parent d79149c880
commit bd2287c014
1 changed files with 1 additions and 1 deletions

View File

@ -191,5 +191,5 @@ ${SCRIPT}: lint-composite
_OS!= uname -r
_OS:= ${_OS:C/-.*//}
.if "${_OS}" != "${OS}"
.error Expected OS version ${OS}; to continue anyway set OS=${_OS}
.error Expected OS version ${OS} for ${_CONFIGDIR}; to continue anyway set OS=${_OS}
.endif