From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mi0iw-0000jG-7t for qemu-devel@nongnu.org; Mon, 31 Aug 2009 02:50:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mi0ir-0000i8-8g for qemu-devel@nongnu.org; Mon, 31 Aug 2009 02:50:41 -0400 Received: from [199.232.76.173] (port=47367 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mi0ir-0000i5-3T for qemu-devel@nongnu.org; Mon, 31 Aug 2009 02:50:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17055) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mi0iq-0007Nm-Dw for qemu-devel@nongnu.org; Mon, 31 Aug 2009 02:50:36 -0400 Message-ID: <4A9B72B7.9060207@redhat.com> Date: Mon, 31 Aug 2009 08:50:31 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1251506413-28431-1-git-send-email-quintela@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] call make with quite-command List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org On 08/30/2009 10:05 PM, Juan Quintela wrote: > Johannes Schindelin wrote: >> Hi, >> >> "quite command"? >> >> On Sat, 29 Aug 2009, Juan Quintela wrote: >> >>> + $(call quiet-command, $(MAKE) $(SUBDIR_MAKEFLAGS) $(TOOLS) $(DOCS) recurse-all,) >> >> Ah. "quiet" command. >> >> How dependent is that on GNU make? > > I hope nothing. Actually, very. :-) But anyway qemu does not compile without GNU make. Paolo