aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@xensource.com>2007-06-04 11:16:19 +0100
committerIan Campbell <ian.campbell@xensource.com>2007-06-04 11:16:19 +0100
commitc58e445d1c8f3df20db09925370163f35a9e6dce (patch)
tree5bbd936301debd3cc515499d0af93ca9a5652d28 /Makefile
parent06809a93ad31d88b1768e598f21de56d21a1559c (diff)
downloadxen-c58e445d1c8f3df20db09925370163f35a9e6dce.tar.gz
xen-c58e445d1c8f3df20db09925370163f35a9e6dce.tar.bz2
xen-c58e445d1c8f3df20db09925370163f35a9e6dce.zip
Remove sparse tree.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index cac9547a3d..6559da4fde 100644
--- a/Makefile
+++ b/Makefile
@@ -92,11 +92,6 @@ kdelete:
kclean:
for i in $(XKERNELS) ; do $(MAKE) $$i-clean ; done
-# Make patches from kernel sparse trees
-.PHONY: mkpatches
-mkpatches:
- for i in $(ALLSPARSETREES) ; do $(MAKE) $$i-xen.patch; done
-
# build xen, the tools, and a domain 0 plus unprivileged linux-xen images,
# and place them in the install directory. 'make install' should then
# copy them to the normal system directories
@@ -121,7 +116,6 @@ distclean:
$(MAKE) -C docs distclean
rm -rf dist patches/tmp
for i in $(ALLKERNELS) ; do $(MAKE) $$i-delete ; done
- for i in $(ALLSPARSETREES) ; do $(MAKE) $$i-mrproper ; done
rm -rf patches/*/.makedep
# Linux name for GNU distclean
@@ -157,8 +151,6 @@ help:
@echo ''
@echo 'Miscellaneous targets:'
@echo ' prep-kernels - prepares kernel directories, does not build'
- @echo ' mkpatches - make patches against vanilla kernels from'
- @echo ' sparse trees'
@echo ' uninstall - attempt to remove installed Xen tools'
@echo ' (use with extreme care!)'
@echo