summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorDouglas Royds <douglas.royds@taitradio.com>2019-03-11 18:51:51 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-12 11:56:38 -0700
commit75c4b61513d8b089e835fb8d5923d8749fed7880 (patch)
tree4f314bdc63541ca6947c21ddd9905030057de59a /meta/recipes-core
parent598dae50114e8adb17ab887ed63acaf4a67bef05 (diff)
downloadopenembedded-core-contrib-75c4b61513d8b089e835fb8d5923d8749fed7880.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. Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
0 files changed, 0 insertions, 0 deletions