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

Cédric Marie cedric.marie at openmailbox.org
Tue Sep 8 13:01:34 UTC 2015


Le 2015-09-08 14:30, Arnout Vandecappelle a écrit :
>>> 1. Remove KBUILD_VERBOSE and quiet (this one will be uncontroversial 
>>> I think)
>>> 2. Define VERBOSE based on V= passed on command line
>>> 3. Use VERBOSE in autotools and cmake
>>> 4. Update documentation.

>  No, since VERBOSE already exists, my proposed step 2 is useless.

OK. Please note that I will change it a little bit:
- remove export VERBOSE
- VERBOSE=1 if V=1, even if VERBOSE is already defined (i.e. remove 
"ifndef VERBOSE" test)
- VERBOSE=0 if V=0
- VERBOSE=(empty) otherwise to prevent this variable from being 
inherited from the shell.

Regards,

-- 
Cédric




More information about the buildroot mailing list