aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-12 18:58:55 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-05-12 18:58:55 +0000
commitef65d9f9af3cc6f68f2bd4e6618c9a5eab6444c2 (patch)
tree8e800819876c55fbc6fe94cf8255f088492e0e48 /Makefile
parent7a61c7cf0c8d03fa9ef756c5c7f47303aa4c347f (diff)
downloadxen-ef65d9f9af3cc6f68f2bd4e6618c9a5eab6444c2.tar.gz
xen-ef65d9f9af3cc6f68f2bd4e6618c9a5eab6444c2.tar.bz2
xen-ef65d9f9af3cc6f68f2bd4e6618c9a5eab6444c2.zip
bitkeeper revision 1.1159.280.1 (4283a76ftpuj_gm_Dw7id90bgDL3JQ)
Many files: Use marker files instead of depending on the change times of directories. ignore: Add patches/*/.makedep. Cleanup ignore list. 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 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