Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 262124
Collapse All | Expand All

(-)tools/ioemu-qemu-xen/xen-setup~ (-3 / +3 lines)
Lines 3-11 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
rm -f $target/Makefile
6
[[ -f $target/Makefile ]] && rm -f $target/Makefile
7
rm -f $target/config.mak
7
[[ -f $target/config.mak ]] && rm -f $target/config.mak
8
rm -f config-host.mak
8
[[ -f config-host.mak ]] && rm -f config-host.mak
9
9
10
if test -f config-host.h; then mv config-host.h config-host.h~; fi
10
if test -f config-host.h; then mv config-host.h config-host.h~; fi
11
11

Return to bug 262124