libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Broken workflow


From: Peter Rosin
Subject: Broken workflow
Date: Fri, 16 Mar 2012 22:54:28 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

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 appears to no longer be possible, if I run "make check" from
MSYS, it complains with:

$ make check
  GEN    public-submodule-commit
/bin/sh: line 2: git: command not found
maint.mk: found non-public submodule commit
make: *** [public-submodule-commit] Error 1
make: Target `check' not remade because of errors.

Alas, git is not available for MSYS.  (And before you ask, msysgit is
*not* a real MSYS git, it is a MinGW git bundled with a forked MSYS
environment, i.e. a different animal altogether with an unfortunate
name)

If the only way around this is to "make dist" and untar the whole
thing in MSYS and work w/o backing of Cygwin/git while "in" MSYS, I
must say that it's a *major* fail for me, and it would be extremely
unpleasant to work with that.

Can anything be done to make things work in a git checkout without
having git available after bootstrap?  Please?

Cheers,
Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]