]> git.baikalelectronics.ru Git - kernel.git/commit
X.509: silence asn1 compiler debug output
authorArnd Bergmann <arnd@arndb.de>
Tue, 13 Jan 2015 21:24:31 +0000 (22:24 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 23 Jan 2015 12:10:39 +0000 (12:10 +0000)
commitc98f528d98d50dafe06e2fc1bdfe85613decccf7
treee5060e82eabcddb7f1a99e8e01adaece13d210c4
parent8fb9feb9a12ab9557aa9f2eec0b75f3840502d65
X.509: silence asn1 compiler debug output

The asn1_compiler process is particularly chatty and produces
about the only stdout output for an allmodconfig kernel.

In order to follow the general concept of 'no news is good
news' for building kernels, this hides all the existing output
unless the KBUILD_VERBOSE environment variable is set.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David Howells <dhowells@redhat.com>
scripts/asn1_compiler.c