aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-06-06 17:32:58 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-06-06 17:32:58 +0100
commit49c7bf0d1d8ad265704b4055bd341f76bd9bd97d (patch)
treece933c00dc56c02bb9fb1c13424f48aac03be8a2 /unmodified_drivers
parentfbb49d2b0d3eb0d1ca309ab42118ae370af18c99 (diff)
downloadxen-49c7bf0d1d8ad265704b4055bd341f76bd9bd97d.tar.gz
xen-49c7bf0d1d8ad265704b4055bd341f76bd9bd97d.tar.bz2
xen-49c7bf0d1d8ad265704b4055bd341f76bd9bd97d.zip
Fix pv-on-hvm mkbuildtree script for new repo layout.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'unmodified_drivers')
-rwxr-xr-xunmodified_drivers/linux-2.6/mkbuildtree6
1 files changed, 3 insertions, 3 deletions
diff --git a/unmodified_drivers/linux-2.6/mkbuildtree b/unmodified_drivers/linux-2.6/mkbuildtree
index b09acf92e8..c1abd8a83d 100755
--- a/unmodified_drivers/linux-2.6/mkbuildtree
+++ b/unmodified_drivers/linux-2.6/mkbuildtree
@@ -11,7 +11,7 @@ fi
C=$PWD
XEN=$C/../../xen
-XL=$C/../../linux-2.6-xen-sparse
+XL=$C/../../../linux-2.6.18-xen.hg
for d in $(find ${XL}/drivers/xen/ -maxdepth 1 -type d | sed -e 1d); do
if ! echo $d | egrep -q back; then
@@ -42,7 +42,7 @@ in
ln -sf ${XL}/include/asm-x86_64/mach-xen/asm/hypercall.h include/asm
ln -sf ${XL}/include/asm-x86_64/mach-xen/asm/synch_bitops.h include/asm
ln -sf ${XL}/include/asm-x86_64/mach-xen/asm/maddr.h include/asm
- mkdir include/asm-i386
+ mkdir -p include/asm-i386
lndir -silent ${XL}/include/asm-i386 include/asm-i386
;;
i[34567]86)
@@ -56,7 +56,7 @@ i[34567]86)
ln -sf ${XL}/include/asm-ia64/hypercall.h include/asm
ln -sf ${XL}/include/asm-ia64/synch_bitops.h include/asm
ln -sf ${XL}/include/asm-ia64/maddr.h include/asm
- mkdir include/asm/xen
+ mkdir -p include/asm/xen
ln -sf ${XL}/include/asm-ia64/xen/xcom_hcall.h include/asm/xen
ln -sf ${XL}/include/asm-ia64/xen/xencomm.h include/asm/xen
ln -sf ${XL}/arch/ia64/xen/xcom_mini.c platform-pci