]> git.proxmox.com Git - qemu.git/commit - configure
config-host.mak: rename confdir to qemu_confdir
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 18 Apr 2012 19:55:42 +0000 (16:55 -0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 24 Apr 2012 14:50:30 +0000 (09:50 -0500)
commit22d07038539429932b2de0489833e5987fbce496
tree073f37b8cb85f9da3c025ab4dbd71a394d3b79d4
parent6aae2a2e0e3c43e479f889389074cda8bef3a580
config-host.mak: rename confdir to qemu_confdir

$confdir is a confusing name, as it's not clear if it's "the system
config dir" or "the Qemus-specific directory inside the config dir".
$qemu_confdir makes it more clear.

The current C code that uses CONFIG_QEMU_CONFDIR should be safe, as now
create_config generates the same #define name (CONFIG_QEMU_CONFDIR) for
both "confdir" and "qemu_confdir" variables.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure