aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2006-11-02 11:56:26 +0000
committerIan Campbell <ian.campbell@xensource.com>2006-11-02 11:56:26 +0000
commit0d7658072aa628260f075d2ef45ef1b2558a577c (patch)
tree8ea35346e0bae62848bc10326d19f3cd38537756 /unmodified_drivers
parent7554501778c95f7ec3bb47d024b48685329347b6 (diff)
downloadxen-0d7658072aa628260f075d2ef45ef1b2558a577c.tar.gz
xen-0d7658072aa628260f075d2ef45ef1b2558a577c.tar.bz2
xen-0d7658072aa628260f075d2ef45ef1b2558a577c.zip
PV-on-HVM: Use ln -nsf in mkbuildtree to avoid creating a symlink loop
if include/xen/interfaces already exists. Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'unmodified_drivers')
-rwxr-xr-xunmodified_drivers/linux-2.6/mkbuildtree2
1 files changed, 1 insertions, 1 deletions
diff --git a/unmodified_drivers/linux-2.6/mkbuildtree b/unmodified_drivers/linux-2.6/mkbuildtree
index 5b6b8643ee..ddcc13c75e 100755
--- a/unmodified_drivers/linux-2.6/mkbuildtree
+++ b/unmodified_drivers/linux-2.6/mkbuildtree
@@ -31,7 +31,7 @@ mkdir -p include/asm
mkdir -p include/asm/xen
lndir -silent ${XL}/include/xen include/xen
-ln -sf ${XEN}/include/public include/xen/interface
+ln -nsf ${XEN}/include/public include/xen/interface
# Need to be quite careful here: we don't want the files we link in to
# risk overriding the native Linux ones (in particular, system.h must