diff options
author | Paul Spooren <mail@aparcar.org> | 2022-02-28 10:14:25 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2022-02-28 23:52:13 +0100 |
commit | aee3594ffcb72ae3e18c3719012d52519ee2d160 (patch) | |
tree | 467ec49bf0937d58b14b8d8c9757e166b420fbdc /include/package-seccomp.mk | |
parent | d4c20ff948fc9c64b03af648f911f222fcb593a2 (diff) | |
download | upstream-aee3594ffcb72ae3e18c3719012d52519ee2d160.tar.gz upstream-aee3594ffcb72ae3e18c3719012d52519ee2d160.tar.bz2 upstream-aee3594ffcb72ae3e18c3719012d52519ee2d160.zip |
verbose.mk: print ERROR messages in non-verbose
Using `make -j9` only prints a subset of messages to follow the build
process progressing. However this silently skips over errors which might
be of interested. Using `make V=s` easily floods the terminal making it
hard to find error messages between the lines.
A compromise is the usage of `$(call ERROR_MESSAGE,...)` which prints a
message in red. This function is silenced in the non-verbose mode, even
if only used at a single place in `package/Makefile` where it notifies
about a OPKG corner case.
This commit moves the `ERROR_MESSAGE` definition outside of the
`OPENWRT_VERBOSE` condition and print error messages in every mode.
With this in place further error messages are possible.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'include/package-seccomp.mk')
0 files changed, 0 insertions, 0 deletions