From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173013pub.verizon.net ([206.46.173.13]:52463 "EHLO vms173013pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754177Ab1F0XSU (ORCPT ); Mon, 27 Jun 2011 19:18:20 -0400 Date: Mon, 27 Jun 2011 19:16:20 -0400 (EDT) From: Peter Foley Subject: Re: [PATCH] kbuild: silence generated makefile message In-reply-to: Message-id: References: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Arnaud Lacombe Cc: Peter Foley , Linux Kernel Mailing List , Linux Kbuild Mailing List , mmarek@suse.cz On Mon, 27 Jun 2011, Arnaud Lacombe wrote: > Hi, > > On Mon, Jun 27, 2011 at 5:42 PM, 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. > > > I would expect verbose build to show that message. not hides it > unconditionally, no ? > > - Arnaud > Good point, I'll fix that. Thanks, Peter