From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45440 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHHNK-0003Mk-Ff for qemu-devel@nongnu.org; Wed, 26 May 2010 10:14:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHHHh-0003r3-Nk for qemu-devel@nongnu.org; Wed, 26 May 2010 10:08:38 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:61762) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHHHh-0003qp-Fz for qemu-devel@nongnu.org; Wed, 26 May 2010 10:08:37 -0400 Received: by wyf28 with SMTP id 28so1006241wyf.4 for ; Wed, 26 May 2010 07:08:36 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 26 May 2010 16:08:15 +0200 Message-Id: <1274882909-9800-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 00/14] configure --xyzdir options cleanup List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org This series cleans up the handling of --xyzdir options and improves the customizability of the directory layout. Patches 1/2/3/14 are somewhat unrelated to the main purpose of the patch, but they conflict with other patches in the series so I sent them together. Paolo Bonzini (14): bail out early on invalid -cpu option avoid using expr in configure dyngen is long time gone delete duplicate create_config case stanza move all directory entries in config-host.mak close introduce sysconfsuffix introduce confdir and confsuffix rename CONFIG_QEMU_PREFIX expand ${prefix} in create_config unify handling of xyzdir variables introduce more --xyzdir options ignore unknown --xyzdir options move directory defaults earlier move computation of tools and roms outside of config-host.mak generation bsd-user/main.c | 2 +- configure | 138 +++++++++++++++++++++++++++-------------------------- create_config | 12 +++-- linux-user/main.c | 2 +- vl.c | 2 +- 5 files changed, 82 insertions(+), 74 deletions(-)