# HG changeset patch # User mwilli2@xxxxxxxxxxxxxxxxxxxxx # Node ID 89f14d2e5b8b7683ef8ffafd56c3038e5a8f986b # Parent 839d3ac75da39ecbffe9321155725735c6c21bce Remove Twisted from top level Makefile. diff -r 839d3ac75da3 -r 89f14d2e5b8b Makefile --- a/Makefile Wed Aug 10 13:06:00 2005 +++ b/Makefile Wed Aug 10 14:12:20 2005 @@ -101,11 +101,6 @@ 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 @@ @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 ''