From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOwbg-0000w3-ER for qemu-devel@nongnu.org; Mon, 19 Jan 2009 11:04:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOwbe-0000uv-TX for qemu-devel@nongnu.org; Mon, 19 Jan 2009 11:04:08 -0500 Received: from [199.232.76.173] (port=40294 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOwbe-0000uq-LM for qemu-devel@nongnu.org; Mon, 19 Jan 2009 11:04:06 -0500 Received: from mail-qy0-f20.google.com ([209.85.221.20]:51240) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOwbe-0001vP-41 for qemu-devel@nongnu.org; Mon, 19 Jan 2009 11:04:06 -0500 Received: by qyk13 with SMTP id 13so4111963qyk.10 for ; Mon, 19 Jan 2009 08:04:05 -0800 (PST) Message-ID: <4974A467.20605@codemonkey.ws> Date: Mon, 19 Jan 2009 10:03:51 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1232365643-6417-1-git-send-email-avi@redhat.com> In-Reply-To: <1232365643-6417-1-git-send-email-avi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/5] Makefile enhancements Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org Avi Kivity wrote: > Minor makefile cleanups; the most significant is the last patch which > updates the makefile to generate Linux-style simpified output by default. > I like this series especially because I often miss warnings because of the scrolling mess. Does anyone have an objection to it? Regards, Anthony Liguori > Avi Kivity (5): > Drop OP_CFLAGS > Consolidate compiler invocations > Introduce rules.mak > Consolidate linker rules > Make make output quieter > > Makefile | 25 ++++++---------- > Makefile.target | 85 ++++++++++-------------------------------------------- > rules.mak | 16 ++++++++++ > 3 files changed, 42 insertions(+), 84 deletions(-) > create mode 100644 rules.mak > >