image-commands.mk: Use ERROR_MESSAGE for imagesize fails fs50
authorPaul Spooren <mail@aparcar.org>
Mon, 28 Feb 2022 09:20:53 +0000 (10:20 +0100)
committerPaul Spooren <mail@aparcar.org>
Mon, 28 Feb 2022 09:23:17 +0000 (10:23 +0100)
commitf928c440a3d81fb1eb64c9b2862e3b192e615791
tree3e2fe5ae66129419c7a38e1e9f40a800369d8937
parent5ba7383a7d71c339fbd6bbc5b4a0d05d3d6a6ee6
image-commands.mk: Use ERROR_MESSAGE for imagesize fails

If a image is bigger than the device can handle, an error message is
printed. This is usually silenced and silently ignored, making it harder
to debug. While it's possible to run the build in verbose mode (via
`make V=s`) and grep for *is too big*, it's more intuitive to print the
error message directly. For that use the newly unlocked `$(call
ERROR_MESSAGE,...)` definition which now also print in non-verbose mode.

Fixes: FS#50 (aka #7604)
Signed-off-by: Paul Spooren <mail@aparcar.org>
include/image-commands.mk