aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-04 23:34:02 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-04 23:34:02 +0000
commitffc0efbea771086354ecf1d4928cc15b5f1d21a7 (patch)
treef77d7942f24ed1d96d65ad34a90576638b3e1981 /Makefile
parente30f04555f4dd5c54dd43edd72cd9f87569bff37 (diff)
downloadxen-ffc0efbea771086354ecf1d4928cc15b5f1d21a7.tar.gz
xen-ffc0efbea771086354ecf1d4928cc15b5f1d21a7.tar.bz2
xen-ffc0efbea771086354ecf1d4928cc15b5f1d21a7.zip
bitkeeper revision 1.1159.1.381 (418abc6aXm_o_cyE21OoXc96m0oi5g)
rename linux-2.6.9-patches to patches/linux-2.6.9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98fb85c43d..6ce225a449 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ clean:
# clean, but blow away kernel build tree plus tar balls
mrproper: clean
- rm -rf dist patches
+ rm -rf dist patches/tmp
for i in $(ALLKERNELS) ; do $(MAKE) -f buildconfigs/$$i delete ; done
for i in $(ALLSPARSETREES) ; do $(MAKE) -f buildconfigs/Rules.mk $$i-mrproper ; done