aboutsummaryrefslogtreecommitdiffstats
path: root/.bk-to-hg
diff options
context:
space:
mode:
Diffstat (limited to '.bk-to-hg')
-rwxr-xr-x.bk-to-hg2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bk-to-hg b/.bk-to-hg
index a1e10bd62c..5bd381ab73 100755
--- a/.bk-to-hg
+++ b/.bk-to-hg
@@ -2,5 +2,7 @@
set -e
test -L old/xenolinux-2.4.16-sparse/include/asm-xeno/hypervisor-ifs
rm old/xenolinux-2.4.16-sparse/include/asm-xeno/hypervisor-ifs
+test -L tools/domain_builder/dom0_ops.h
+rm tools/domain_builder/dom0_ops.h
(find -depth -type d -print | xargs -r rmdir 2>/dev/null) || true
exit 0