ia64/xen-unstable
annotate freebsd-5.3-xen-sparse/xenfbsd_kernel_build @ 8104:d8786656ebab
Use StringIO to simplify string_iterator here. Altered the up-front
documentation.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
documentation.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@leeni.uk.xensource.com |
---|---|
date | Mon Nov 28 12:21:17 2005 +0000 (2005-11-28) |
parents | a01199a95070 |
children |
rev | line source |
---|---|
iap10@4231 | 1 #!/bin/csh -f |
iap10@4231 | 2 cd i386-xen/conf |
iap10@4231 | 3 config XENCONF |
iap10@4231 | 4 cd ../compile/XENCONF |
iap10@4231 | 5 make kernel-clean |
iap10@4231 | 6 ln -s ../../include/xen-public/io/ring.h |
iap10@4231 | 7 make kernel-depend; make -j4 kernel |