aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>2004-07-20 14:53:54 +0000
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>2004-07-20 14:53:54 +0000
commit851e908f9a2958bc0cb4082001354fa25ba3abe0 (patch)
tree1cda897720d4baa530df27d388ac878bd11ef11b /Makefile
parent92b817b4553ae96b2b014444fadcb03e26dbe371 (diff)
downloadxen-851e908f9a2958bc0cb4082001354fa25ba3abe0.tar.gz
xen-851e908f9a2958bc0cb4082001354fa25ba3abe0.tar.bz2
xen-851e908f9a2958bc0cb4082001354fa25ba3abe0.zip
bitkeeper revision 1.1108.1.2 (40fd3202hesHtZpdMd1v994DiPkgZw)
Make xend check its prerequisites more carefully. Add python logging package (standard from python 2.3).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dca9f39f54..c0a806cb73 100644
--- a/Makefile
+++ b/Makefile
@@ -135,6 +135,12 @@ install-twisted:
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
+ tar -xfz $(LOGGING).tar.gz
+ ( cd $(LOGGING) && python setup.py install )
+
# handy target to upgrade iptables (use rpm or apt-get in preference)
install-iptables:
wget http://www.netfilter.org/files/iptables-1.2.11.tar.bz2