[libvirt] [PATCHv2 3/2] autobuild.sh: use VPATH build

2010-04-30 Thread Eric Blake
Try to avoid future regressions on the VPATH front. * autobuild.sh: Uncomment VPATH use. Suggested by Daniel P. Berrange. --- Suggested in IRC; I'm still in the midst of testing it out on a fresh git clone. autobuild.sh |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff

Re: [libvirt] [PATCHv2 3/2] autobuild.sh: use VPATH build

2010-04-30 Thread Eric Blake
On 04/30/2010 08:55 AM, Eric Blake wrote: +++ b/autobuild.sh @@ -10,9 +10,9 @@ test -n $1 RESULTS=$1 || RESULTS=results.log test -f Makefile make -k distclean || : rm -rf coverage -#rm -rf build -#mkdir build -#cd build +rm -rf build +mkdir build +cd build ./autogen.sh