From 81322d7eefbcaeab52da5a1c584b17703a78d2f4 Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Wed, 3 Nov 2004 18:54:03 +0000 Subject: bitkeeper revision 1.1159.156.1 (4189294bhEVxhbLKBhFfQF071MOltw) Build system cleanups. --- buildconfigs/mk.linux-2.6-xen0 | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'buildconfigs/mk.linux-2.6-xen0') diff --git a/buildconfigs/mk.linux-2.6-xen0 b/buildconfigs/mk.linux-2.6-xen0 index 18e315ef71..67a5c7b3a8 100644 --- a/buildconfigs/mk.linux-2.6-xen0 +++ b/buildconfigs/mk.linux-2.6-xen0 @@ -1,7 +1,9 @@ +LINUX_SERIES = 2.6 + EXTRAVERSION = xen0 -FULLVERSION = $(LINUX_26VER)-$(EXTRAVERSION) +FULLVERSION = $(LINUX_VER)-$(EXTRAVERSION) LINUX_DIR = linux-$(FULLVERSION) @@ -15,11 +17,11 @@ build: $(LINUX_DIR) $(MAKE) -C $(LINUX_DIR) ARCH=xen INSTALL_PATH=$(INSTALL_DIR) install # The real action starts here! -$(LINUX_DIR): pristine-linux-$(LINUX_26VER) +$(LINUX_DIR): pristine-linux-$(LINUX_VER) rm -rf $(LINUX_DIR) - cp -al pristine-linux-$(LINUX_26VER) $(LINUX_DIR) + cp -al pristine-linux-$(LINUX_VER) $(LINUX_DIR) # Apply arch-xen patches - ( cd linux-$(LINUX_26VER)-xen-sparse ; \ + ( cd linux-$(LINUX_VER)-xen-sparse ; \ ./mkbuildtree ../$(LINUX_DIR) ) # Patch kernel Makefile to set EXTRAVERSION ( cd $(LINUX_DIR) ; \ @@ -33,11 +35,4 @@ clean: $(MAKE) -C $(LINUX_DIR) ARCH=xen clean delete: - rm -rf tmp-linux-$(LINUX_26VER) $(LINUX_DIR) - - - - - - - + rm -rf tmp-linux-$(LINUX_VER) $(LINUX_DIR) -- cgit v1.2.3