[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [tools] Use auxbin.py to determine libpath at build time.
# HG changeset patch # User Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx> # Date 1173112992 0 # Node ID ff81ea60bc982339c191e116f8627b49754035a7 # Parent 5dfad62b7a7061df8f0199ebe671fe370854e840 [tools] Use auxbin.py to determine libpath at build time. Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxxx> --- tools/python/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -r 5dfad62b7a70 -r ff81ea60bc98 tools/python/Makefile --- a/tools/python/Makefile Mon Mar 05 15:53:18 2007 +0000 +++ b/tools/python/Makefile Mon Mar 05 16:43:12 2007 +0000 @@ -18,8 +18,9 @@ build: .PHONY: install ifndef XEN_PYTHON_NATIVE_INSTALL +install: LIBPATH=$(shell PYTHONPATH=xen/util python -c "import auxbin; print auxbin.libpath()") install: install-messages - CC="$(CC)" CFLAGS="$(CFLAGS)" python setup.py install --home="$(DESTDIR)/usr" --prefix="" --force + CC="$(CC)" CFLAGS="$(CFLAGS)" python setup.py install --home="$(DESTDIR)/usr" --prefix="" --force --install-lib="$(DESTDIR)$(LIBPATH)/python" else install: install-messages CC="$(CC)" CFLAGS="$(CFLAGS)" python setup.py install --root="$(DESTDIR)" --force _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |