From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0IdY-0007SS-6s for qemu-devel@nongnu.org; Tue, 20 Oct 2009 13:36:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0IdT-0007OH-7S for qemu-devel@nongnu.org; Tue, 20 Oct 2009 13:36:43 -0400 Received: from [199.232.76.173] (port=50549 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0IdT-0007OE-15 for qemu-devel@nongnu.org; Tue, 20 Oct 2009 13:36:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54958) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0IdS-0007Z5-HX for qemu-devel@nongnu.org; Tue, 20 Oct 2009 13:36:38 -0400 Message-ID: <4ADDF521.1070307@redhat.com> Date: Tue, 20 Oct 2009 19:36:33 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1255516409-19166-1-git-send-email-quintela@redhat.com> <1256055443-5563-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1256055443-5563-1-git-send-email-weil@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Makefile: Change make to be quiet again when doing nothing List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers On 10/20/2009 06:17 PM, Stefan Weil wrote: > This patch makes make quiet again. > > There is already a similar patch from Juan Quintela, > but maybe this shorter form is preferred. This patch would reintroduce an ordering problem between building config*.h and building the tools, whose fix is what made "make" noisy in the first place. Paolo