From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TELQn-00041C-1Z for qemu-devel@nongnu.org; Wed, 19 Sep 2012 10:39:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TELQh-0000vR-9G for qemu-devel@nongnu.org; Wed, 19 Sep 2012 10:39:12 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:37779) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TELQh-0000v7-3B for qemu-devel@nongnu.org; Wed, 19 Sep 2012 10:39:07 -0400 Received: by pbbrp12 with SMTP id rp12so2604832pbb.4 for ; Wed, 19 Sep 2012 07:39:06 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5059D903.1060500@redhat.com> Date: Wed, 19 Sep 2012 16:38:59 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1347900303-24314-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1347900303-24314-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/9] build cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Il 17/09/2012 18:44, Paolo Bonzini ha scritto: > Here are some cleanups to the build system, removing some unused files > from some of the products or fixing some strange behavior that bit me > while looking at the tree reorganization. > > Paolo > > Paolo Bonzini (9): > tools: split monitor-dummy.c, clean up qemu-tool.c > block: move QEMUIOVector functions to iov.c > build: avoid duplicate appearance of files > qemu-ga: do not include the QEMU main loop and dependencies > build: add object directory to QEMU_INCLUDES > build: add $(TARGET_DIR) to "GEN config-target.h" lines > build: use nesting magic for tools-obj-y > libcacard: add include/ to CFLAGS > libcacard: remove dependency on QEMU main loop > > Makefile | 9 ++--- > Makefile.objs | 19 +++++++--- > cutils.c | 103 ---------------------------------------------------- > iov.c | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > libcacard/Makefile | 2 +- > monitor-dummy.c | 64 +++++++++++++++++++++++++++++++++ > qemu-tool.c | 54 ---------------------------- > rules.mak | 5 ++- > 8 file modificati, 189 inserzioni(+), 171 rimozioni(-) > create mode 100644 monitor-dummy.c > Doesn't apply anymore. :( Paolo