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:04:18 +0000
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>2004-07-27 10:04:18 +0000
commit1eff39b40c56b56669006da781c42106f77fb0ff (patch)
tree6eb768f51e40ebf45aed3e6e8da55e24a9bb780f /Makefile
parentb4df4dc4dae82f3783cf198bcee6638dfbf68aa8 (diff)
downloadxen-1eff39b40c56b56669006da781c42106f77fb0ff.tar.gz
xen-1eff39b40c56b56669006da781c42106f77fb0ff.tar.bz2
xen-1eff39b40c56b56669006da781c42106f77fb0ff.zip
bitkeeper revision 1.1108.21.2 (410628a25HG5ouNxW1uvesiC40g-zQ)
extract a linux-2.6.x-xen0 tree
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c0a806cb73..cae2e280fd 100644
--- a/Makefile
+++ b/Makefile
@@ -65,9 +65,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