WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Tools build fixes., Xen patchbot -unstable <=