Re: [PATCH] Re: 'make headers_check' failed to install headers to arbitrary location

From: Sam Ravnborg
Date: Fri Jun 05 2009 - 18:59:21 EST


On Fri, Jun 05, 2009 at 04:11:09PM +0400, Sergei Poselenov wrote:
> On Thu, 04 Jun 2009 19:07:15 +0200
> Dear Wolfgang,
>
> Wolfgang Denk <wd@xxxxxxx> wrote:
>
> > Why not simply:
> >
> > for f in $(all-files); do
> > echo "$(install)/$${f}"
> > done | xargs $(PERL) ...
> >
> > ?
> >
>
> Ah,right, I missed this.
>
> Here is the modified version of the patch, tested on 2.6.30-rc8,
> ARCH=arm
>
> Subject: [PATCH] Fixed the "Argument list too long" error for "make headers_check",
> used xargs to minimize the perl calls.
>
> Signed-off-by: Sergei Poselenov <sposelenov@xxxxxxxxxxx>

I extended the chagelog with the original error message
and applied this.

Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/