[Buildroot] [PATCH] Makefile: Remove KBUILD_VERBOSE and quiet

Arnout Vandecappelle arnout at mind.be
Sun Sep 20 21:26:48 UTC 2015


On 20-09-15 22:43, Cédric Marie wrote:
> Hi Thomas, Arnout, and all,
> 
> Le 20/09/2015 15:11, Thomas Petazzoni a écrit :
>> Following the discussion you had with Arnout, and your own report that
>> this patch was breaking things in the Busybox and Linux kernel build, I
>> marked this patch as "Changes Requested" in patchwork.
>>
>> Will you work on a new iteration of this patch?
> 
> Yes, I've started to work on a new iteration. It is working fine with CMake,
> autotools, and Kbuild packages (I keep on exporting KBUILD_VERBOSE as suggested
> by Arnout).
> 
> I still have to:
> 
> - modify qt.mk because it currently enables verbose mode if VERBOSE is defined
> and not empty, but my modification implies that VERBOSE may be equal to 0, and
> it should not enable verbose mode in that case!...

 Well, just unset VERBOSE when V=0. So VERBOSE is either empty or 1. Similar
with how Config.in works.

> - check that no other package .mk file is using VERBOSE variable.

git grep -w VERBOSE
-> only in qt.mk

> - write clear comments and commit message.

 Yep, very important!

 Regards,
 Arnout

> 
> Sorry for the delay, but I've got only very occasional free time to spend on it.
> 
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF


More information about the buildroot mailing list