diff options
author | Douglas Royds <douglas.royds@taitradio.com> | 2019-03-11 18:51:51 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-12 11:57:41 -0700 |
commit | 7d9b03567d79c51bd47552a474e39d785a301b52 (patch) | |
tree | fdc8e3afe2efafbd7d80e2067e3a26650acff175 /meta-selftest/recipes-test | |
parent | 5674cd05fd64c4dd3ea567bc30ec1f761f693a4d (diff) | |
download | poky-7d9b03567d79c51bd47552a474e39d785a301b52.tar.gz |
cmake: Reduce verbosity for make invocation
Since the dawn of time, we have set CMAKE_VERBOSE_MAKEFILE=1 in cmake.bbclass.
Back in 2016, we also explicitly set VERBOSE=1 in cmake_do_compile(),
to ensure that make (and ninja) output were verbose in log.do_compile.
Turning off CMAKE_VERBOSE_MAKEFILE=1 means that make (or ninja)
invocations from the command-line are non-verbose,
giving CMake's default human-readable output on the terminal instead.
The user can still invoke VERBOSE=1 make if they do want verbose output.
This has no effect on the verbose output that goes into the logs.
(From OE-Core rev: 75c4b61513d8b089e835fb8d5923d8749fed7880)
Signed-off-by: Douglas Royds <douglas.royds@taitradio.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test')
0 files changed, 0 insertions, 0 deletions