From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:45213 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751207Ab3FFRmJ (ORCPT ); Thu, 6 Jun 2013 13:42:09 -0400 Message-ID: <51B0C9E5.7030105@suse.cz> Date: Thu, 06 Jun 2013 19:41:57 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH] Kbuild: pass headers to headers_install.sh on stdin References: <20130606170557.GQ14762@redacted.bos.redhat.com> In-Reply-To: <20130606170557.GQ14762@redacted.bos.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Kyle McMartin Cc: linux-kbuild@vger.kernel.org, rob@landley.net, linux-kernel@vger.kernel.org, akpm@linux-foundation.org Dne 6.6.2013 19:05, Kyle McMartin napsal(a): > While using make V=1 to test some things, I noticed on our builders that > headers_install was failing because the argument list to /bin/sh was too > long. Working around it is slightly kludgy... This is already fixed with commit c0ff68f1611d6855a06d672989ad5cfea160a4eb Author: Nicolas Dichtel Date: Mon Apr 29 14:15:51 2013 +0200 kbuild: fix make headers_install when path is too long in linux-next. Michal