[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Tools build fixes.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 09cc6606517dc3e25c5c6935a31c861270af637b # Parent 622ea2078f85340fc4d8d19c8e38884d40d603f1 Tools build fixes. diff -r 622ea2078f85 -r 09cc6606517d tools/policy/Makefile --- a/tools/policy/Makefile Mon Jul 11 16:02:28 2005 +++ b/tools/policy/Makefile Mon Jul 11 16:04:22 2005 @@ -24,7 +24,7 @@ rm -rf policy_tool xen -LINUX_ROOT := $(wildcard $(XEN_ROOT)/linux-2.6.*-xen-sparse) +LINUX_ROOT := $(XEN_ROOT)/linux-2.6-xen-sparse mk-symlinks: [ -e xen/linux ] || mkdir -p xen/linux [ -e xen/io ] || mkdir -p xen/io diff -r 622ea2078f85 -r 09cc6606517d tools/libxc/Makefile --- a/tools/libxc/Makefile Mon Jul 11 16:02:28 2005 +++ b/tools/libxc/Makefile Mon Jul 11 16:04:22 2005 @@ -59,7 +59,7 @@ false; \ fi -LINUX_ROOT := $(wildcard $(XEN_ROOT)/linux-2.6.*-xen-sparse) +LINUX_ROOT := $(XEN_ROOT)/linux-2.6-xen-sparse mk-symlinks: [ -e xen/linux ] || mkdir -p xen/linux [ -e xen/io ] || mkdir -p xen/io _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |