All of lore.kernel.org
 help / color / mirror / Atom feed
* Why are verbose makefiles enabled by default in cmake bbclass ?
@ 2016-08-19 14:10 Carlos Rafael Giani
  2016-08-19 14:43 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Rafael Giani @ 2016-08-19 14:10 UTC (permalink / raw)
  To: openembedded-core

Hello,

in a project, I'd like to disable verbose makefiles (the bbclass sets 
CMAKE_VERBOSE_MAKEFILE to 1), since the log output becomes very large, 
and finding compiler errors becomes more difficult. I think there is no 
problem in overriding the default in my recipe. However, I wonder if 
there was a specific reason for setting CMAKE_VERBOSE_MAKEFILE to 1 in 
the cmake.bbclass, or if this was just preference. Any ideas?



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Why are verbose makefiles enabled by default in cmake bbclass ?
  2016-08-19 14:10 Why are verbose makefiles enabled by default in cmake bbclass ? Carlos Rafael Giani
@ 2016-08-19 14:43 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2016-08-19 14:43 UTC (permalink / raw)
  To: Carlos Rafael Giani, openembedded-core

On Fri, 2016-08-19 at 16:10 +0200, Carlos Rafael Giani wrote:
> Hello,
> 
> in a project, I'd like to disable verbose makefiles (the bbclass sets
> CMAKE_VERBOSE_MAKEFILE to 1), since the log output becomes very
> large, 
> and finding compiler errors becomes more difficult. I think there is
> no 
> problem in overriding the default in my recipe. However, I wonder if 
> there was a specific reason for setting CMAKE_VERBOSE_MAKEFILE to 1
> in 
> the cmake.bbclass, or if this was just preference. Any ideas?

People tend to report errors based on the log files and its tedious to
have to ask them to reproduce the error after having to turn on verbose
output. We do this in a few places to aid bug reporting.

Cheers,

Richard



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-19 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-19 14:10 Why are verbose makefiles enabled by default in cmake bbclass ? Carlos Rafael Giani
2016-08-19 14:43 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.