From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWpc3-0008Th-CM for qemu-devel@nongnu.org; Thu, 17 Oct 2013 11:35:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWpbv-0004Ry-EI for qemu-devel@nongnu.org; Thu, 17 Oct 2013 11:35:47 -0400 Received: from mail-ee0-x22b.google.com ([2a00:1450:4013:c00::22b]:35949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWpbv-0004Q9-77 for qemu-devel@nongnu.org; Thu, 17 Oct 2013 11:35:39 -0400 Received: by mail-ee0-f43.google.com with SMTP id e52so1161696eek.16 for ; Thu, 17 Oct 2013 08:35:38 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 17 Oct 2013 17:35:28 +0200 Message-Id: <1382024133-15764-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/5] Configury/build system patches for 1.7 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Anthony, The following changes since commit 39c153b80f890dc5f02465dc59992e195abd5f40: Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging (2013-10-10 13:16:25 -0700) are available in the git repository at: git://github.com/bonzini/qemu.git configure for you to fetch changes up to 2324841c0275f31505168e7a6ceb71bcede92d33: ui/Makefile.objs: delete unnecessary cocoa.o dependency (2013-10-16 18:21:01 +0200) These five patches are from Peter and/or from my summer of code student, Akos Kovacs. Peter picked up some small cleanups that Akos did and improved them. ---------------------------------------------------------------- Peter Maydell (3): rules.mak: New logical functions for handling y/n values rules.mak: New string testing functions ui/Makefile.objs: delete unnecessary cocoa.o dependency Ákos Kovács (2): Makefile.target: CONFIG_NO_* variables removed default-configs/: CONFIG_GDBSTUB_XML removed Makefile.target | 10 +++------- default-configs/arm-linux-user.mak | 2 -- default-configs/arm-softmmu.mak | 1 - default-configs/armeb-linux-user.mak | 2 -- default-configs/m68k-linux-user.mak | 2 -- default-configs/m68k-softmmu.mak | 1 - default-configs/ppc-linux-user.mak | 2 -- default-configs/ppc-softmmu.mak | 1 - default-configs/ppc64-linux-user.mak | 2 -- default-configs/ppc64-softmmu.mak | 1 - default-configs/ppc64abi32-linux-user.mak | 2 -- default-configs/ppcemb-softmmu.mak | 1 - hw/pci/Makefile.objs | 2 +- rules.mak | 28 ++++++++++++++++++++++++++++ target-arm/Makefile.objs | 2 +- target-i386/Makefile.objs | 2 +- target-ppc/Makefile.objs | 2 +- ui/Makefile.objs | 2 -- 18 files changed, 35 insertions(+), 30 deletions(-) -- 1.8.3.1