Displaying 1 result from an estimated 1 matches for "xenclient_config".
2009 Jul 01
3
[XCI] xci build issues
...ci] Error 2
I have re-cloned, and re-run the build multiple times, and always fail
in the same way.
I am using the following Makefile to bootstrap the build:
----
all: xci
build:
git clone http://xenbits.xen.org/git-http/xenclient/build.git
build/.config: build
cp build/configs/xenclient_config build/.config
make -C build oldconfig
xci: build/.config
make -C build
clean: build
make -C build clean
distclean:
rm -rf build
----
Any and all pointers to get a system building, and running would be
greatly appreciated.
Ben Guthro
__________________________...