aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-08-27 12:40:07 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-08-27 12:40:07 +0000
commit1aa1a4d862671a5fa5562c5f59edb9c65c9af2fe (patch)
tree5da568b33423f0b4dc3913407c28142683f1a561 /Makefile
parent127562e0ef3b5db68d37a208244c87b443ae1db6 (diff)
downloadxen-1aa1a4d862671a5fa5562c5f59edb9c65c9af2fe.tar.gz
xen-1aa1a4d862671a5fa5562c5f59edb9c65c9af2fe.tar.bz2
xen-1aa1a4d862671a5fa5562c5f59edb9c65c9af2fe.zip
bitkeeper revision 1.1159.53.10 (412f2ba7civqPBzGAWhK9meDyFJljw)
We now build the 2.6 linux kernel by default. If you still want 2.4, either set LINUX_RELEASE=2.4 or use the 'make linux24' target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dace27825d..971c257603 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ dist: all
$(MAKE) linux-xenU
$(MAKE) linux-xen0
-LINUX_RELEASE ?= 2.4
+LINUX_RELEASE ?= 2.6
LINUX_VER ?= $(shell ( /bin/ls -ld linux-$(LINUX_RELEASE).*-xen-sparse ) 2>/dev/null | \
sed -e 's!^.*linux-\(.\+\)-xen-sparse!\1!' )
LINUX26_VER ?= $(shell ( /bin/ls -ld linux-2.6.*-xen-sparse ) 2>/dev/null | \
@@ -123,6 +123,12 @@ linux26:
$(MAKE) LINUX_RELEASE=2.6 config-xen0
$(MAKE) LINUX_RELEASE=2.6 linux-xen0
+linux24:
+ $(MAKE) LINUX_RELEASE=2.4 mk-linux-trees
+ $(MAKE) LINUX_RELEASE=2.4 config-xenU
+ $(MAKE) LINUX_RELEASE=2.4 linux-xenU
+ $(MAKE) LINUX_RELEASE=2.4 config-xen0
+ $(MAKE) LINUX_RELEASE=2.4 linux-xen0
clean: delete-symlinks
$(MAKE) -C xen clean