aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-07-14 17:17:43 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-07-14 17:17:43 +0000
commit0196de6eacd182486c1952dd16b5239e80a6f490 (patch)
tree9f59b836f0d4ccd99a29d2451175b09caa9caccf /Makefile
parentacaa280e11d2f8cf747bdf1a23a2366cc6cc5d69 (diff)
downloadxen-0196de6eacd182486c1952dd16b5239e80a6f490.tar.gz
xen-0196de6eacd182486c1952dd16b5239e80a6f490.tar.bz2
xen-0196de6eacd182486c1952dd16b5239e80a6f490.zip
bitkeeper revision 1.1086.1.1 (40f56ab7cyHUfU9X0WmyoukR0LaXcQ)
Simple uninstall option to top-level Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b41398378..69ae3b0a8f 100644
--- a/Makefile
+++ b/Makefile
@@ -117,4 +117,6 @@ install-iptables:
( cd iptables-* ; \
make PREFIX= KERNEL_DIR=../linux-$(LINUX_VER)-xen0 install)
-
+uninstall:
+ cp -a /etc/xen /etc/xen.old && rm -rf /etc/xen
+ rm -rf "/usr/lib/python2.2/site-packages/xen* /usr/lib/libxc* /usr/lib/python2.2/site-packages/Xc*"