From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:60268 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751660Ab1GTPMW (ORCPT ); Wed, 20 Jul 2011 11:12:22 -0400 Date: Wed, 20 Jul 2011 17:12:19 +0200 From: Michal Marek Subject: Re: [PATCH V3] kbuild: silence generated makefile message Message-ID: <20110720151219.GC4482@sepie.suse.cz> References: <20110701134733.GB25895@sepie.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Peter Foley Cc: Arnaud Lacombe , Linux Kernel Mailing List , Linux Kbuild Mailing List On Mon, Jul 04, 2011 at 06:55:23PM -0400, Peter Foley wrote: > This patch silences the "make -C /usr/src/git O=/usr/src/git/build/." > message shown when using the generated makefile in KBUILD_OUTDIR. > > Signed-off-by: Peter Foley > --- > V2: Show message when V=1 > V3: Check if V=1 comes from the commandline Applied to kbuild-2.6.git#kbuild, thanks. Michal