aboutsummaryrefslogtreecommitdiffstats
path: root/.hg-to-bk
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-06-10 16:39:25 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2003-06-10 16:39:25 +0000
commit195945f155f19f911d70f68662b0248e23664f2c (patch)
treebd2a5a8959303b1f9ea200992559a696ec1657f8 /.hg-to-bk
parent6a25a121131cc41ea0530c0e73b602d07e1a3e14 (diff)
downloadxen-195945f155f19f911d70f68662b0248e23664f2c.tar.gz
xen-195945f155f19f911d70f68662b0248e23664f2c.tar.bz2
xen-195945f155f19f911d70f68662b0248e23664f2c.zip
bitkeeper revision 1.256 (3ee609bdneehgPlYzveJg2IZOvjyUg)
dom0_ops.h: new file dom0_ops.h, sched.h, kernel.c, domain.c, dom0_ops.c: Clean up dom0_ops.h interface files to remove duplicated definitions. dom0_ops.h: Rename: xen/include/xeno/dom0_ops.h -> xen/include/hypervisor-ifs/dom0_ops.h .del-dom0_ops.h~ede4a9057a132248: Delete: tools/internal/dom0_ops.h .del-dom0_ops.h~d7d8e37e7e6347c6: Delete: tools/domain_builder/dom0_ops.h
Diffstat (limited to '.hg-to-bk')
-rwxr-xr-x.hg-to-bk9
1 files changed, 1 insertions, 8 deletions
diff --git a/.hg-to-bk b/.hg-to-bk
index 2bde703139..039e4d0069 100755
--- a/.hg-to-bk
+++ b/.hg-to-bk
@@ -1,9 +1,2 @@
-#!/bin/sh -x
-set -e
-mkdir -p tools
-mkdir -p tools/domain_builder
-ln -s ../../xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/dom0/dom0_ops.h tools/domain_builder/dom0_ops.h
-mkdir -p tools/internal
-ln -s ../../xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/dom0/dom0_ops.h tools/internal/dom0_ops.h
-(find -depth -type d -print | xargs -r rmdir 2>/dev/null) || true
+#!/bin/sh
exit 0