From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tex.lwn.net ([70.33.254.29]:35896 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753665AbbA2B1a (ORCPT ); Wed, 28 Jan 2015 20:27:30 -0500 Date: Wed, 28 Jan 2015 12:00:33 -0700 From: Jonathan Corbet Subject: Re: [PATCH] DocBook: Do not exceed argument list limit Message-ID: <20150128120033.5c1fe43f@lwn.net> In-Reply-To: <1422268277-5333-1-git-send-email-mmarek@suse.cz> References: <1422268277-5333-1-git-send-email-mmarek@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Michal Marek Cc: Randy Dunlap , linux-doc@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org 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 directory these days...applied to the docs tree, thanks. jon