From 49c7bf0d1d8ad265704b4055bd341f76bd9bd97d Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Wed, 6 Jun 2007 17:32:58 +0100 Subject: Fix pv-on-hvm mkbuildtree script for new repo layout. Signed-off-by: Keir Fraser --- unmodified_drivers/linux-2.6/mkbuildtree | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unmodified_drivers') 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 -- cgit v1.2.3