ia64/xen-unstable
view .hg-to-bk @ 470:b52f15bd4369
bitkeeper revision 1.245 (3ec92fdez1HafjDKzTvVNtSF_Pa4_g)
net_headers.h:
new file
kernel.c:
remove in-file net header declarations, put them in net_headers.h
net_headers.h:
new file
kernel.c:
remove in-file net header declarations, put them in net_headers.h
author | akw27@boulderdash.cl.cam.ac.uk |
---|---|
date | Mon May 19 19:26:22 2003 +0000 (2003-05-19) |
parents | 67a66de6d9a0 |
children | a7588afbdfe5 |
line source
1 #!/bin/sh -x
2 set -e
3 mkdir -p tools
4 mkdir -p tools/domain_builder
5 ln -s ../../xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/dom0/dom0_ops.h tools/domain_builder/dom0_ops.h
6 mkdir -p tools/internal
7 ln -s ../../xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/dom0/dom0_ops.h tools/internal/dom0_ops.h
8 (find -depth -type d -print | xargs -r rmdir 2>/dev/null) || true
9 exit 0