aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-12 19:03:36 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-12 19:03:36 +0000
commit0dee2d158077af7a12a2d7fb17f785e8bad34662 (patch)
tree8e800819876c55fbc6fe94cf8255f088492e0e48 /Makefile
parent359e924a86b9ab3bff59af8043e1db088b40a900 (diff)
parentef65d9f9af3cc6f68f2bd4e6618c9a5eab6444c2 (diff)
downloadxen-0dee2d158077af7a12a2d7fb17f785e8bad34662.tar.gz
xen-0dee2d158077af7a12a2d7fb17f785e8bad34662.tar.bz2
xen-0dee2d158077af7a12a2d7fb17f785e8bad34662.zip
bitkeeper revision 1.1159.258.119 (4283a888gsRWQWQLWB6wIgoYAW7l0Q)
Merge.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index dc58f49648..058a424180 100644
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,6 @@ KERNELS ?= linux-2.6-xen0 linux-2.6-xenU
# linux-2.4-xen0 linux-2.4-xenU netbsd-2.0-xenU
# You may use wildcards in the above e.g. KERNELS=*2.4*
-ALLKERNELS = $(patsubst buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.*))
-ALLSPARSETREES = $(patsubst %-xen-sparse,%,$(wildcard *-xen-sparse))
XKERNELS := $(foreach kernel, $(KERNELS), $(patsubst buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.$(kernel))) )
export DESTDIR
@@ -86,7 +84,7 @@ world:
$(MAKE) dist
# clean doesn't do a kclean
-clean:
+clean::
$(MAKE) -C xen clean
$(MAKE) -C tools clean
$(MAKE) -C docs clean