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:09:17 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-12 19:09:17 +0000
commit6ce4e97f0240d24261e6ff684be864f593074aed (patch)
tree136a3061ddabe0bc751ff66c5058472c869e9aaa /Makefile
parent739050b06332bbbcafc9e845d55f69ad06faaec5 (diff)
parent0dee2d158077af7a12a2d7fb17f785e8bad34662 (diff)
downloadxen-6ce4e97f0240d24261e6ff684be864f593074aed.tar.gz
xen-6ce4e97f0240d24261e6ff684be864f593074aed.tar.bz2
xen-6ce4e97f0240d24261e6ff684be864f593074aed.zip
bitkeeper revision 1.1389.1.53 (4283a9ddh938uAD1Jnb_4rll_ioGBw)
Merge Makefile changes. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7b468d1723..7e589f098c 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
@@ -87,7 +85,7 @@ world:
$(MAKE) dist
# clean doesn't do a kclean
-clean:
+clean::
$(MAKE) -C xen clean
$(MAKE) -C tools clean
$(MAKE) -C docs clean