aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6.9-xen-sparse/mkbuildtree
diff options
context:
space:
mode:
authorkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-10-31 09:56:36 +0000
committerkaf24@freefall.cl.cam.ac.uk <kaf24@freefall.cl.cam.ac.uk>2004-10-31 09:56:36 +0000
commit908871cf6216a52fbf2fc610fcc0374edf619a13 (patch)
treeae03c3c02dbcee87e67b9dfdd5227116c30a5212 /linux-2.6.9-xen-sparse/mkbuildtree
parent7458077a2a74609f78f595998625311266d61368 (diff)
downloadxen-908871cf6216a52fbf2fc610fcc0374edf619a13.tar.gz
xen-908871cf6216a52fbf2fc610fcc0374edf619a13.tar.bz2
xen-908871cf6216a52fbf2fc610fcc0374edf619a13.zip
bitkeeper revision 1.1159.142.4 (4184b6d4rc3Jd2irJimPyupm4TO06A)
Rename Xen public interfaces. 1. hypervisor-if.h is now xen.h 2. hypervisor-ifs/ directory is now: <include/public/...> in Xen <asm/xen-public/...> in Linux <xen/...> in user space
Diffstat (limited to 'linux-2.6.9-xen-sparse/mkbuildtree')
-rwxr-xr-xlinux-2.6.9-xen-sparse/mkbuildtree10
1 files changed, 5 insertions, 5 deletions
diff --git a/linux-2.6.9-xen-sparse/mkbuildtree b/linux-2.6.9-xen-sparse/mkbuildtree
index 20513e6ead..d353015ff2 100755
--- a/linux-2.6.9-xen-sparse/mkbuildtree
+++ b/linux-2.6.9-xen-sparse/mkbuildtree
@@ -103,9 +103,9 @@ relative_lndir ${RS}
rm -f mkbuildtree
-# Create links to the shared definitions of the hypervisor interface
-rm -rf ${AD}/include/asm-xen/hypervisor-ifs
-mkdir ${AD}/include/asm-xen/hypervisor-ifs
-cd ${AD}/include/asm-xen/hypervisor-ifs
-relative_lndir ../../../${RS}/../xen/include/hypervisor-ifs
+# Create links to the shared definitions of the Xen interfaces.
+rm -rf ${AD}/include/asm-xen/xen-public
+mkdir ${AD}/include/asm-xen/xen-public
+cd ${AD}/include/asm-xen/xen-public
+relative_lndir ../../../${RS}/../xen/include/public