Eric Blake skrev 2012-03-16 22:58:
> On 03/16/2012 03:54 PM, Peter Rosin wrote:
>> Hi!
>>
>> I used to use Cygwin/git to manage my libtool repo, and bootstrap it
>> with Cygwin. I would then build the bootstrapped libtool tree from
>> MSYS when I needed to do changes there, or check for regression
[adding bug-gnulib]
On 03/16/2012 04:19 PM, Bob Friesenhahn wrote:
> On Fri, 16 Mar 2012, Eric Blake wrote:
>>> Can anything be done to make things work in a git checkout without
>>> having git available after bootstrap? Please?
>>
>> It should already be possible. To skip that check, run:
>>
>>
On Fri, 16 Mar 2012, Eric Blake wrote:
Can anything be done to make things work in a git checkout without
having git available after bootstrap? Please?
It should already be possible. To skip that check, run:
make check gl_public_submodule_commit=
Given that libtool is often tested using te
On 03/16/2012 03:54 PM, Peter Rosin wrote:
> Hi!
>
> I used to use Cygwin/git to manage my libtool repo, and bootstrap it
> with Cygwin. I would then build the bootstrapped libtool tree from
> MSYS when I needed to do changes there, or check for regressions from
> the Cygwin side.
>
> This appea