aboutsummaryrefslogtreecommitdiffstats
path: root/.bk-to-hg
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-09 14:59:32 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-09 14:59:32 +0000
commit8925c8b13e0384bdcf030ae786a3ec74d12ff30f (patch)
tree94156a031f540dac48b90ac11bc7ff967cf671dd /.bk-to-hg
parent732c5308cab772c8e4d3cc90b3cd4cf28d9c9069 (diff)
downloadxen-8925c8b13e0384bdcf030ae786a3ec74d12ff30f.tar.gz
xen-8925c8b13e0384bdcf030ae786a3ec74d12ff30f.tar.bz2
xen-8925c8b13e0384bdcf030ae786a3ec74d12ff30f.zip
bitkeeper revision 1.412.1.1 (3f5dead4Q7H73DU1k60q13_8T8HYbQ)
Makefile Cleanups, added xenolinux-sparse soft link, added NETFILTER to default xenolinux build.
Diffstat (limited to '.bk-to-hg')
-rwxr-xr-x.bk-to-hg6
1 files changed, 5 insertions, 1 deletions
diff --git a/.bk-to-hg b/.bk-to-hg
index 039e4d0069..a41913bd35 100755
--- a/.bk-to-hg
+++ b/.bk-to-hg
@@ -1,2 +1,6 @@
-#!/bin/sh
+#!/bin/sh -x
+set -e
+test -L xenolinux-sparse
+rm xenolinux-sparse
+(find -depth -type d -print | xargs -r rmdir 2>/dev/null) || true
exit 0