From 1b456a3fee1a30fc25186b3cdbb92c2d8f096495 Mon Sep 17 00:00:00 2001 From: "iap10@freefall.cl.cam.ac.uk" Date: Fri, 1 Jul 2005 10:52:07 +0000 Subject: Fix to xen-clone, minor top-level Makefile tidy Signed-off-by: ian.pratt@cl.cam.ac.uk --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 264cc2015e..97438bf3e0 100644 --- a/Makefile +++ b/Makefile @@ -177,12 +177,10 @@ uninstall: # Legacy targets for compatibility linux24: - $(MAKE) linux-2.4-xen0-build - $(MAKE) linux-2.4-xenU-build + $(MAKE) 'KERNELS=linux-2.4*' dist linux26: - $(MAKE) linux-2.6-xen0-build - $(MAKE) linux-2.6-xenU-build + $(MAKE) 'KERNELS=linux-2.6*' dist netbsd20: $(MAKE) netbsd-2.0-xenU-build -- cgit v1.2.3