aboutsummaryrefslogtreecommitdiffstats
path: root/.bk-to-hg
diff options
context:
space:
mode:
authorrneugeba@wyvis.research <rneugeba@wyvis.research>2003-10-06 11:26:01 +0000
committerrneugeba@wyvis.research <rneugeba@wyvis.research>2003-10-06 11:26:01 +0000
commitf2c4c1d4e811964ff9fc87101f0804cf10f9789e (patch)
tree09a4ea50df6f7813a76d3e9f97b374b47f1ee64b /.bk-to-hg
parent922fddb0355189b9e0b4a85bca04d03569b7ad56 (diff)
downloadxen-f2c4c1d4e811964ff9fc87101f0804cf10f9789e.tar.gz
xen-f2c4c1d4e811964ff9fc87101f0804cf10f9789e.tar.bz2
xen-f2c4c1d4e811964ff9fc87101f0804cf10f9789e.zip
bitkeeper revision 1.478.1.1 (3f815149k7sE-z_IK6MG5eHi34m-Qg)
Minimal guest OS (based on some old code from Keir)
Diffstat (limited to '.bk-to-hg')
-rwxr-xr-x.bk-to-hg8
1 files changed, 8 insertions, 0 deletions
diff --git a/.bk-to-hg b/.bk-to-hg
index a41913bd35..f76cff0b51 100755
--- a/.bk-to-hg
+++ b/.bk-to-hg
@@ -1,5 +1,13 @@
#!/bin/sh -x
set -e
+test -L mini-os/h/hypervisor-ifs/block.h
+rm mini-os/h/hypervisor-ifs/block.h
+test -L mini-os/h/hypervisor-ifs/hypervisor-if.h
+rm mini-os/h/hypervisor-ifs/hypervisor-if.h
+test -L mini-os/h/hypervisor-ifs/kbd.h
+rm mini-os/h/hypervisor-ifs/kbd.h
+test -L mini-os/h/hypervisor-ifs/network.h
+rm mini-os/h/hypervisor-ifs/network.h
test -L xenolinux-sparse
rm xenolinux-sparse
(find -depth -type d -print | xargs -r rmdir 2>/dev/null) || true