From 34ffb526a27dc3f1bf16cd6cdebbfa08c40a6d7a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 26 Apr 2012 17:53:56 +0000 Subject: 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 --- scripts/feeds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/feeds') diff --git a/scripts/feeds b/scripts/feeds index 1b7aab79cc..b8c6825ed0 100755 --- a/scripts/feeds +++ b/scripts/feeds @@ -540,7 +540,7 @@ sub update { my $perform_update=1; $ENV{SCAN_COOKIE} = $$; - $ENV{KBUILD_VERBOSE} = 99; + $ENV{OPENWRT_VERBOSE} = 's'; getopts('ahi', \%opts); -- cgit v1.2.3