aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-07-27 10:24:42 +0000
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-07-27 10:24:42 +0000
commitec8f154b637f31dc147b0db19c5ac0bfa5c3fe59 (patch)
tree01ff3a286adcc563a73f531301d1445b5c78801a /Makefile
parente79f9f9bf033cdf66422089c6bb3ffb309ec8650 (diff)
parent30fb6b3effca2581d5c87ddf042f355c30e7b7c1 (diff)
downloadxen-ec8f154b637f31dc147b0db19c5ac0bfa5c3fe59.tar.gz
xen-ec8f154b637f31dc147b0db19c5ac0bfa5c3fe59.tar.bz2
xen-ec8f154b637f31dc147b0db19c5ac0bfa5c3fe59.zip
bitkeeper revision 1.1108.1.30 (41062d6aonyZEGT1Lf5fC27ACa4P2A)
Merge freefall.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk into freefall.cl.cam.ac.uk:/auto/groups/xeno/users/cl349/BK/xeno.bk-26dom0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5ee023b327..30fcc2b7dd 100644
--- a/Makefile
+++ b/Makefile
@@ -67,9 +67,10 @@ mk-linux-trees: pristine-linux-src
$(RM) -rf $(LINUX_TREES)
echo $(LINUX_SRC) | grep -q bz2 && \
tar -jxf $(LINUX_SRC) || tar -zxf $(LINUX_SRC)
- mv linux-$(LINUX_VER) linux-$(LINUX_VER)-xenU
+ mv linux-$(LINUX_VER) linux-$(LINUX_VER)-xen0
( cd linux-$(LINUX_VER)-xen-sparse ; \
- ./mkbuildtree ../linux-$(LINUX_VER)-xenU )
+ ./mkbuildtree ../linux-$(LINUX_VER)-xen0 )
+ cp -al linux-$(LINUX_VER)-xen0 linux-$(LINUX_VER)-xenU
endif
# configure the specified linux tree