Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756070AbbBQHTN (ORCPT ); Tue, 17 Feb 2015 02:19:13 -0500 Received: from smtp.mei.co.jp ([133.183.100.20]:45648 "EHLO smtp.mei.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751936AbbBQHTM (ORCPT ); Tue, 17 Feb 2015 02:19:12 -0500 Date: Tue, 17 Feb 2015 16:18:59 +0900 From: Masahiro Yamada To: Mikko Rapeli Subject: Re: [PATCH 02/45] scripts/headers.sh: add verbose option to make calls if defined Cc: linux-kernel@vger.kernel.org In-Reply-To: <1424127948-22484-3-git-send-email-mikko.rapeli@iki.fi> References: <1424127948-22484-1-git-send-email-mikko.rapeli@iki.fi> <1424127948-22484-3-git-send-email-mikko.rapeli@iki.fi> X-BkSecure-Plugin: BkSecure.dll Ver 1, 2, 7, 0 Message-Id: <20150217161859.A3BA.AA925319@jp.panasonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.64.06 [ja] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1036 Lines: 40 On Tue, 17 Feb 2015 00:05:05 +0100 Mikko Rapeli wrote: > Useful when debugging the scripts. > > Signed-off-by: Mikko Rapeli > --- > scripts/headers.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/headers.sh b/scripts/headers.sh > index 95ece06..aa62fd8 100755 > --- a/scripts/headers.sh > +++ b/scripts/headers.sh > @@ -7,7 +7,7 @@ set -e > do_command() > { > if [ -f ${srctree}/arch/$2/include/asm/Kbuild ]; then > - make ARCH=$2 KBUILD_HEADERS=$1 headers_$1 > + make V=$KBUILD_VERBOSE ARCH=$2 KBUILD_HEADERS=$1 headers_$1 > else > printf "Ignoring arch: %s\n" ${arch} > fi > -- KBUILD_VERBOSE is already exported. Why do you need to set V=... again here? Best Regards Masahiro Yamada -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/