DocBook: Do not exceed argument list limit
authorMichal Marek <mmarek@suse.cz>
Mon, 26 Jan 2015 10:31:17 +0000 (11:31 +0100)
committerJonathan Corbet <corbet@lwn.net>
Wed, 28 Jan 2015 18:33:44 +0000 (11:33 -0700)
commitd56fcf299fb4c4a39634d822bbb9538acd7548f2
tree7dcacf8182d15e43a9a9a279c1f425c76748cc44
parent4f7d45596e4d83a6411389be65ea67a58f493446
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>
Documentation/DocBook/Makefile
This page took 0.025072 seconds and 5 git commands to generate.