From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0iYz-0007lW-H1 for qemu-devel@nongnu.org; Wed, 21 Oct 2009 17:17:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0iYu-0007ic-NB for qemu-devel@nongnu.org; Wed, 21 Oct 2009 17:17:44 -0400 Received: from [199.232.76.173] (port=48034 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0iYu-0007iG-Ed for qemu-devel@nongnu.org; Wed, 21 Oct 2009 17:17:40 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:53154) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0iYt-0008GL-UA for qemu-devel@nongnu.org; Wed, 21 Oct 2009 17:17:40 -0400 Message-ID: <4ADF7A62.8000706@mail.berlios.de> Date: Wed, 21 Oct 2009 23:17:22 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1255516409-19166-1-git-send-email-quintela@redhat.com> <1256055443-5563-1-git-send-email-weil@mail.berlios.de> <4ADDF521.1070307@redhat.com> In-Reply-To: <4ADDF521.1070307@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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: Paolo Bonzini Cc: QEMU Developers Paolo Bonzini schrieb: > 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 Did you try this? config*.h will be built first, tools and docs come later with my patch, so there should not be any difference regarding the build order. The old code before 1215c6e7 was different. Regards Stefan