From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPgam-0005yc-Qw for qemu-devel@nongnu.org; Wed, 21 Jan 2009 12:10:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPgam-0005xz-7s for qemu-devel@nongnu.org; Wed, 21 Jan 2009 12:10:16 -0500 Received: from [199.232.76.173] (port=47208 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPgam-0005xo-3a for qemu-devel@nongnu.org; Wed, 21 Jan 2009 12:10:16 -0500 Received: from mx2.redhat.com ([66.187.237.31]:50996) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPgal-00055y-IY for qemu-devel@nongnu.org; Wed, 21 Jan 2009 12:10:15 -0500 From: Avi Kivity Date: Wed, 21 Jan 2009 19:10:03 +0200 Message-Id: <1232557809-12860-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [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: Anthony Liguori , qemu-devel@nongnu.org Minor makefile cleanups; the most significant is the last patch which updates the makefile to generate Linux-style simpified output by default. 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