[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Build libflask unconditionally since the python low-level tools
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxxxxx> # Date 1188828243 -3600 # Node ID e8b71d5e584d16f0d4d10349b810069f3a71460e # Parent 1b11356af5488e19b387c65b196d7d44f7fbeb97 Build libflask unconditionally since the python low-level tools require it and it does't seem to pull in any major dependencies. The alternative would have been to hack tools/python/setup.py to conditionally compile the flask stuff. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxxxxx> --- tools/Makefile | 2 -- 1 files changed, 2 deletions(-) diff -r 1b11356af548 -r e8b71d5e584d tools/Makefile --- a/tools/Makefile Mon Sep 03 14:58:35 2007 +0100 +++ b/tools/Makefile Mon Sep 03 15:04:03 2007 +0100 @@ -3,9 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk SUBDIRS-y := SUBDIRS-y += libxc -ifeq ($(FLASK_ENABLE),y) SUBDIRS-y += flask -endif SUBDIRS-y += xenstore SUBDIRS-y += misc SUBDIRS-y += examples _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |