qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/10] Build system changes for 2014-05-09


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 00/10] Build system changes for 2014-05-09
Date: Fri, 9 May 2014 23:03:34 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]