From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPhaJ-0002p6-Jb for qemu-devel@nongnu.org; Wed, 21 Jan 2009 13:13:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPhaI-0002ne-1f for qemu-devel@nongnu.org; Wed, 21 Jan 2009 13:13:51 -0500 Received: from [199.232.76.173] (port=38383 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPhaH-0002nK-IA for qemu-devel@nongnu.org; Wed, 21 Jan 2009 13:13:49 -0500 Received: from e3.ny.us.ibm.com ([32.97.182.143]:41891) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LPhaH-0003QK-9D for qemu-devel@nongnu.org; Wed, 21 Jan 2009 13:13:49 -0500 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e3.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n0LIC1wl001201 for ; Wed, 21 Jan 2009 13:12:01 -0500 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n0LIDgq2137050 for ; Wed, 21 Jan 2009 13:13:42 -0500 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n0LICmjV012773 for ; Wed, 21 Jan 2009 13:12:48 -0500 Message-ID: <497765CA.7050001@us.ibm.com> Date: Wed, 21 Jan 2009 12:13:30 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1232557809-12860-1-git-send-email-avi@redhat.com> In-Reply-To: <1232557809-12860-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/6] Makefile enhancements (v2) 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. > Applied all. Thanks. Regards, Anthony Liguori > Changes from v1: > - fix build from outside source directory > - handle 'ar' utility > > Avi Kivity (6): > Drop OP_CFLAGS > Consolidate compiler invocations > Introduce rules.mak > Consolidate linker rules > Make make output quieter > Consolidate library creation > > Makefile | 29 ++++++------------ > Makefile.target | 87 ++++++++++-------------------------------------------- > rules.mak | 19 ++++++++++++ > 3 files changed, 45 insertions(+), 90 deletions(-) > create mode 100644 rules.mak > > >