build: rework verbosity level selection
authorFelix Fietkau <nbd@openwrt.org>
Thu, 26 Apr 2012 17:53:56 +0000 (17:53 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 26 Apr 2012 17:53:56 +0000 (17:53 +0000)
commit7470f0e2b32b351a9b60e51bd0aa279fbc18755f
treeb6d40a0d7c51f13f8a2d34a3769aa5cf19e16ff5
parentcbbc1811666b133c2778a40838c3788b1f48debd
build: rework verbosity level selection

V=99 and V=1 are now deprecated in favor of a new verbosity class system,
though the old flags are still supported.
You can set the V variable on the command line (or OPENWRT_VERBOSE in the
environment) to one or more of the following characters:

- s: stdout+stderr (equal to the old V=99)
- c: commands (for build systems that suppress commands by default, e.g. kbuild)
- w: warnings/errors only (equal to the old V=1)

SVN-Revision: 31484
include/kernel-defaults.mk
include/verbose.mk
scripts/feeds
target/imagebuilder/files/Makefile