Re: [libvirt] [PATCH] run bootstrap if .gnulib is not present

2012-11-21 Thread Hu Tao
On Wed, Nov 21, 2012 at 07:08:54AM -0700, Eric Blake wrote: > On 11/09/2012 01:47 AM, Hu Tao wrote: > > If .gnulib is deleted unexpectedly, autogen.sh will fail with message: > > > > fatal: ambiguous argument '.gnulib': unknown revision or path not in the > > working tree. > > Use '--' to separat

Re: [libvirt] [PATCH] run bootstrap if .gnulib is not present

2012-11-21 Thread Eric Blake
On 11/09/2012 01:47 AM, Hu Tao wrote: > If .gnulib is deleted unexpectedly, autogen.sh will fail with message: > > fatal: ambiguous argument '.gnulib': unknown revision or path not in the > working tree. > Use '--' to separate paths from revisions, like this: > 'git [...] -- [...]' > > which is

Re: [libvirt] [PATCH] run bootstrap if .gnulib is not present

2012-11-21 Thread Hu Tao
ping... On Fri, Nov 09, 2012 at 04:47:04PM +0800, Hu Tao wrote: > If .gnulib is deleted unexpectedly, autogen.sh will fail with message: > > fatal: ambiguous argument '.gnulib': unknown revision or path not in the > working tree. > Use '--' to separate paths from revisions, like this: > 'git [.

[libvirt] [PATCH] run bootstrap if .gnulib is not present

2012-11-09 Thread Hu Tao
If .gnulib is deleted unexpectedly, autogen.sh will fail with message: fatal: ambiguous argument '.gnulib': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' which is actually given by git diff .gnulib, which doesn't exi