commit | d56fcf299fb4c4a39634d822bbb9538acd7548f2 | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.cz> | Mon Jan 26 11:31:17 2015 +0100 |
committer | Jonathan Corbet <corbet@lwn.net> | Wed Jan 28 11:33:44 2015 -0700 |
tree | 7dcacf8182d15e43a9a9a279c1f425c76748cc44 | |
parent | 4f7d45596e4d83a6411389be65ea67a58f493446 [diff] |
DocBook: Do not exceed argument list limit Use find + xargs to compress the generated manpages. Without this patch, the build can fail with gzip -f Documentation/DocBook/man/*.9 /bin/bash: /usr/bin/gzip: Argument list too long This happened with qemu user mode emulation on aarch64. Signed-off-by: Michal Marek <mmarek@suse.cz> Signed-off-by: Jonathan Corbet <corbet@lwn.net>