]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - scripts/sortextable.h
scripts/sortextable: silence script output
authorArnd Bergmann <arnd@arndb.de>
Tue, 27 Nov 2012 09:18:00 +0000 (09:18 +0000)
committerArnd Bergmann <arnd@arndb.de>
Thu, 14 Feb 2013 14:04:41 +0000 (15:04 +0100)
commit8c0c774dd7b4aa0e0b69f483a70c7f41995139ef
treeee2e4e9db7f4cd5b65c3844c038baef926f0e75a
parentb2dc0c2b7a84864fdbad2e264ce9b5c7068a0a0f
scripts/sortextable: silence script output

The exception table sorter outputs one line every time
it gets called, e.g. 'sort done marker at 66dc00', which
is slightly annoying when doing 'make -s' which is otherwise
completely silent. Since that output is not helpful to
most people building the kernel, turn it off by default.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: David Daney <david.daney@cavium.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
scripts/sortextable.h