summaryrefslogtreecommitdiff
path: root/lib/build_OID_registry
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-01-08 19:09:14 (GMT)
committerArnd Bergmann <arnd@arndb.de>2013-06-19 15:54:06 (GMT)
commita857c6e7d5fda19c39674a61d9f360bc43a7dcf6 (patch)
tree149ce92604fc9b649653ec0b273810162d21793b /lib/build_OID_registry
parent930d800bded771b26d9944c47810829130ff7c8c (diff)
downloadlinux-fsl-qoriq-a857c6e7d5fda19c39674a61d9f360bc43a7dcf6.tar.xz
X.509: do not emit any informational output
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>
Diffstat (limited to 'lib/build_OID_registry')
-rwxr-xr-xlib/build_OID_registry2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/build_OID_registry b/lib/build_OID_registry
index dfbdaab..5d982721 100755
--- a/lib/build_OID_registry
+++ b/lib/build_OID_registry
@@ -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];