mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
autobuild.sh: use VPATH build
Try to avoid future regressions on the VPATH front. * autobuild.sh: Uncomment VPATH use. * .gitignore: Exclude build directory.
This commit is contained in:
parent
7e1dd7e090
commit
ec28eb29b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,6 +26,7 @@
|
|||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
/build-aux
|
/build-aux
|
||||||
/build-aux/
|
/build-aux/
|
||||||
|
/build/
|
||||||
/config.cache
|
/config.cache
|
||||||
/config.guess
|
/config.guess
|
||||||
/config.h
|
/config.h
|
||||||
|
10
autobuild.sh
10
autobuild.sh
@ -11,11 +11,11 @@ test -n "$1" && RESULTS=$1 || RESULTS=results.log
|
|||||||
test -f Makefile && make -k distclean || :
|
test -f Makefile && make -k distclean || :
|
||||||
rm -rf coverage
|
rm -rf coverage
|
||||||
|
|
||||||
#rm -rf build
|
rm -rf build
|
||||||
#mkdir build
|
mkdir build
|
||||||
#cd build
|
cd build
|
||||||
|
|
||||||
./autogen.sh --prefix="$AUTOBUILD_INSTALL_ROOT" \
|
../autogen.sh --prefix="$AUTOBUILD_INSTALL_ROOT" \
|
||||||
--enable-test-coverage \
|
--enable-test-coverage \
|
||||||
--enable-compile-warnings=error
|
--enable-compile-warnings=error
|
||||||
|
|
||||||
@ -66,7 +66,7 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then
|
|||||||
|
|
||||||
PKG_CONFIG_PATH="$AUTOBUILD_INSTALL_ROOT/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig" \
|
PKG_CONFIG_PATH="$AUTOBUILD_INSTALL_ROOT/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig" \
|
||||||
CC="i686-pc-mingw32-gcc" \
|
CC="i686-pc-mingw32-gcc" \
|
||||||
./configure \
|
../configure \
|
||||||
--build=$(uname -m)-pc-linux \
|
--build=$(uname -m)-pc-linux \
|
||||||
--host=i686-pc-mingw32 \
|
--host=i686-pc-mingw32 \
|
||||||
--prefix="$AUTOBUILD_INSTALL_ROOT/i686-pc-mingw32/sys-root/mingw" \
|
--prefix="$AUTOBUILD_INSTALL_ROOT/i686-pc-mingw32/sys-root/mingw" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user