From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WirxW-0006G3-Vg for qemu-devel@nongnu.org; Fri, 09 May 2014 17:04:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WirxP-0005aZ-8i for qemu-devel@nongnu.org; Fri, 09 May 2014 17:03:58 -0400 Received: from mail-ee0-x232.google.com ([2a00:1450:4013:c00::232]:49672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WirxP-0005aP-1H for qemu-devel@nongnu.org; Fri, 09 May 2014 17:03:51 -0400 Received: by mail-ee0-f50.google.com with SMTP id e51so3057028eek.9 for ; Fri, 09 May 2014 14:03:50 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Fri, 9 May 2014 23:03:34 +0200 Message-Id: <1399669424-29676-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 00/10] Build system changes for 2014-05-09 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mjt@tls.msk.ru The following changes since commit 6b342cc9c872e82620fdd32730cd92affa8a19b3: Merge remote-tracking branch 'remotes/spice/tags/pull-spice-7' into staging (2014-05-08 10:57:25 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git configure for you to fetch changes up to 9d171bd9375e4d08feff9adda15163e0811f5f42: libcacard: remove libcacard-specific CFLAGS and LIBS from global vars (2014-05-09 22:59:40 +0200) ---------------------------------------------------------------- Michael Tokarev (6): build: simplify Makefile.target a bit, use just one rule for softmmu Makefile: strip tools and modules too Makefile.target: use $(INSTALL_PROG) for installing, not $(INSTALL) Makefile: use $(INSTALL_LIB) for modules not $(INSTALL_PROG) build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax libcacard: remove libcacard-specific CFLAGS and LIBS from global vars Paolo Bonzini (4): build: Fix per-object variables for Makefile.target build: simplify Makefile.target around unnest-vars invocations build: add support for per-object -cflags and -libs to all rules build: simplify and fix fix-obj-vars Makefile | 22 ++++++++++++---------- Makefile.objs | 4 ++++ Makefile.target | 41 +++++++++++++++-------------------------- audio/Makefile.objs | 2 +- backends/Makefile.objs | 2 +- configure | 17 +++++++---------- disas/Makefile.objs | 2 +- hw/usb/Makefile.objs | 1 + libcacard/Makefile | 1 - rules.mak | 23 ++++++++++++----------- ui/Makefile.objs | 2 +- 11 files changed, 55 insertions(+), 62 deletions(-) -- 1.8.3.1