Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 259670 | Differences between
and this patch

Collapse All | Expand All

(-)a/tools/ioemu-qemu-xen/xen-setup (-2 / +2 lines)
Lines 3-8 Link Here
3
3
4
# git-clean -x -d && ./xen-setup && make prefix=/usr CMDLINE_CFLAGS='-O0 -g' -j4 && make install DESTDIR=`pwd`/dist/ prefix=/usr && rsync -a --stats --delete . thule:shadow/qemu-iwj.git/ && rsync -a --stats dist/. root@thule:/
4
# git-clean -x -d && ./xen-setup && make prefix=/usr CMDLINE_CFLAGS='-O0 -g' -j4 && make install DESTDIR=`pwd`/dist/ prefix=/usr && rsync -a --stats --delete . thule:shadow/qemu-iwj.git/ && rsync -a --stats dist/. root@thule:/
5
5
6
target=i386-dm
7
6
rm -f $target/Makefile
8
rm -f $target/Makefile
7
rm -f $target/config.mak
9
rm -f $target/config.mak
8
rm -f config-host.mak
10
rm -f config-host.mak
Lines 11-18 Link Here
11
13
12
./configure --disable-gfx-check --disable-gcc-check --disable-curses --disable-slirp "$@" --prefix=/usr
14
./configure --disable-gfx-check --disable-gcc-check --disable-curses --disable-slirp "$@" --prefix=/usr
13
15
14
target=i386-dm
15
16
if [ "x$XEN_ROOT" != x ]; then
16
if [ "x$XEN_ROOT" != x ]; then
17
	echo "XEN_ROOT=$XEN_ROOT" >>config-host.mak
17
	echo "XEN_ROOT=$XEN_ROOT" >>config-host.mak
18
fi
18
fi

Return to bug 259670