Re: [libvirt] [PATCH] build: fix autogen rule for VPATH build

2010-04-28 Thread Eric Blake
On 04/28/2010 07:00 AM, Daniel Veillard wrote: >> ACK. Given Jim's ACK, and my discussion below, I've pushed 1/2 as-is. I'll wait for further comments and a v2 of my 2/2 patch before pushing it. > BTW since we have auto* experts around, I tend to use the CDPATH > environment variable to make n

Re: [libvirt] [PATCH] build: fix autogen rule for VPATH build

2010-04-28 Thread Daniel Veillard
On Wed, Apr 28, 2010 at 12:17:43PM +0200, Jim Meyering wrote: > Eric Blake wrote: > > + cd '$(srcdir)'; > > \ > >actual=$$(git submodule status | $(_submodule_hash); \ > > git hash-object bootstrap.conf;

Re: [libvirt] [PATCH] build: fix autogen rule for VPATH build

2010-04-28 Thread Jim Meyering
Eric Blake wrote: > * cfg.mk (gnulib_srcdir): Override maint.mk default. > (_update_required): Run in correct directory. > --- > > I noticed an error message about bootstrap.conf not found when trying > to do a VPATH build for my new clang setup. > > This subsumes up my earlier patch to declare the

[libvirt] [PATCH] build: fix autogen rule for VPATH build

2010-04-27 Thread Eric Blake
* cfg.mk (gnulib_srcdir): Override maint.mk default. (_update_required): Run in correct directory. --- I noticed an error message about bootstrap.conf not found when trying to do a VPATH build for my new clang setup. This subsumes up my earlier patch to declare the correct gnulib_srcdir, as notic