aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-11 08:58:40 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-11 08:58:40 +0000
commit5dba835ba50da8fe861bcea59ee49e121e1fbaa7 (patch)
treef2c1c2b93f6a313e4b59d800f90feb78317689d9 /Makefile
parent66e693a5c0b1d28426f130082e65ffe61347a431 (diff)
downloadxen-5dba835ba50da8fe861bcea59ee49e121e1fbaa7.tar.gz
xen-5dba835ba50da8fe861bcea59ee49e121e1fbaa7.tar.bz2
xen-5dba835ba50da8fe861bcea59ee49e121e1fbaa7.zip
Since Xend doesn't use twisted anymore, remove the references from the
Makefile. Signed-off-by: Mark Williamson <mark.williamson@cl.cam.ac.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
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 ''