Re: [PATCH] DocBook: Do not exceed argument list limit

2015-01-28 Thread Jonathan Corbet
On Mon, 26 Jan 2015 11:31:17 +0100 Michal Marek wrote: > 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 That is a lot of files in that directo

Re: [PATCH] DocBook: Do not exceed argument list limit

2015-01-26 Thread Randy Dunlap
Adding Mr. Corbet. On 01/26/15 02:31, Michal Marek wrote: > 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 mod

[PATCH] DocBook: Do not exceed argument list limit

2015-01-26 Thread Michal Marek
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 --- Documentation/