From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Mon, 31 Aug 2015 09:28:22 +0200 Subject: [Buildroot] CMake and VERBOSE variable In-Reply-To: <55D9016F.5080602@mind.be> References: <9943347198fceae1227501e1d00f818a@openmailbox.org> <5578B394.1010503@mind.be> <5579E9EF.4070402@mind.be> <0d88f0bd848eeb62c868dc2d5dffe496@openmailbox.org> <55870F2F.4080700@mind.be> <4fd6c4c54bc90972d20b6f04b62b227e@openmailbox.org> <7f746aa9c68a301002cdca28b6cb3f51@openmailbox.org> <0494936f4284565201a58a70d0a3c08d@openmailbox.org> <55D9016F.5080602@mind.be> Message-ID: <20150831092822.521c2c72@free-electrons.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Arnout, C?dric, On Sun, 23 Aug 2015 01:10:39 +0200, Arnout Vandecappelle wrote: > For autotools it depends a lot on the version. Relatively recent automake (at > least 1.15) has the V=0/1 option, but it defaults to 1 I think. It actually depends on how AM_SILENT_RULES is used: * If it's not used, then the build is verbose, and V=0/1 has no effect. * If AM_SILENT_RULES is used, with no special argument, then it defaults to verbose (V=1), but can be made quiet by passing V=0 * If AM_SILENT_RULES([yes]) is used, then it defaults to quiet (V=0) and can be made verbose by passing V=1. Best regards, Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com