From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vms173019pub.verizon.net ([206.46.173.19]:58345 "EHLO vms173019pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752449Ab1JVTmr (ORCPT ); Sat, 22 Oct 2011 15:42:47 -0400 Date: Sat, 22 Oct 2011 15:38:39 -0400 (EDT) From: Peter Foley Subject: Re: [PATCH] kbuild: silence moc when V=0 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 Sat, 22 Oct 2011, Arnaud Lacombe wrote: > Hi, > > On Sat, Oct 22, 2011 at 1:10 PM, Peter Foley wrote: > > Use quiet_cmd to silence moc when V=0 > > > > Signed-off-by: Peter Foley > > > This was included in my branch reworking the checking logic in the > Makefile, I still need to find some time to finish to polish it. > > - Arnaud Ok, feel free to drop this patch then. Peter