]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
X.509: do not emit any informational output
authorArnd Bergmann <arnd@arndb.de>
Tue, 8 Jan 2013 19:09:14 +0000 (19:09 +0000)
committerArnd Bergmann <arnd@arndb.de>
Wed, 19 Jun 2013 15:54:06 +0000 (17:54 +0200)
When building a kernel using 'make -s', I expect to see an empty output,
except for build warnings and errors. The build_OID_registry code
always prints one line when run, which is not helpful to most people
building the kernels, and which makes it harder to automatically
check for build warnings.

Let's just remove the one line output.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: David Howells <dhowells@redhat.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
lib/build_OID_registry

index dfbdaab81bc874ec5b6424d8c33a19122edb1d12..5d982721736071675be1574cc13ccba8bcbfa52c 100755 (executable)
@@ -50,8 +50,6 @@ my @indices = ();
 my @lengths = ();
 my $total_length = 0;
 
-print "Compiling ", $#names + 1, " OIDs\n";
-
 for (my $i = 0; $i <= $#names; $i++) {
     my $name = $names[$i];
     my $oid = $oids[$i];