Message ID | 1412610028.14255.19.camel@citrix.com |
---|---|
State | New |
Headers | show |
On Mon, Oct 06, Ian Campbell wrote: > On Wed, 2014-10-01 at 18:41 +0200, Olaf Hering wrote: > > Most users of LIBEXEC are updated to use LIBEXEC_BIN because that is > > what they want. > > This caused the qemu-dm binary to move from > dist/install/usr/local/lib/xen/bin/qemu-dm has become > dist/install/usr/local/lib/xen/qemu-dm, because you missed the hidden > reliance on LIBEXEC inside the qemu-trad tree. Hmm, git grep does not curse into subtrees. Perhaps the proper fix would be to pass --bindir to qemu-trad? I will have a look. Olaf
diff --git a/xen-config.mak b/xen-config.mak index 77fef4f..280af0c 100644 --- a/xen-config.mak +++ b/xen-config.mak @@ -9,4 +9,4 @@ CONFIG_SOFTMMU=yes CFLAGS += -I$(QEMU_ROOT)/hw -bindir = ${LIBEXEC} +bindir = ${LIBEXEC_BIN} diff --git a/xen-setup-stubdom b/xen-setup-stubdom index 4f1b081..b523509 100755 --- a/xen-setup-stubdom +++ b/xen-setup-stubdom @@ -22,7 +22,7 @@ TARGET_CPPFLAGS += $TARGET_CPPFLAGS -DCONFIG_STUBDOM -D__XEN_TOOLS__ TARGET_CFLAGS= $TARGET_CFLAGS TARGET_LDFLAGS= $TARGET_LDFLAGS -bindir = \${LIBEXEC} +bindir = \${LIBEXEC_BIN} END mv -f $target/config.mak.new $target/config.mak #----------