From 5dba835ba50da8fe861bcea59ee49e121e1fbaa7 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 11 Aug 2005 08:58:40 +0000 Subject: Since Xend doesn't use twisted anymore, remove the references from the Makefile. Signed-off-by: Mark Williamson --- Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 712c2d366e..4a9c283319 100644 --- a/Makefile +++ b/Makefile @@ -101,11 +101,6 @@ mrproper: clean for i in $(ALLKERNELS) ; do $(MAKE) $$i-delete ; done for i in $(ALLSPARSETREES) ; do $(MAKE) $$i-mrproper ; done -install-twisted: - wget http://www.twistedmatrix.com/products/get-current.epy - tar -zxf Twisted-*.tar.gz - cd Twisted-* && python setup.py install - install-logging: LOGGING=logging-0.4.9.2 install-logging: [ -f $(LOGGING).tar.gz ] || wget http://www.red-dove.com/$(LOGGING).tar.gz @@ -149,7 +144,6 @@ help: @echo ' kclean - clean guest kernel build trees' @echo '' @echo 'Dependency installation targets:' - @echo ' install-twisted - install the Twisted Matrix Framework' @echo ' install-logging - install the Python Logging package' @echo ' install-iptables - install iptables tools' @echo '' -- cgit v1.2.3