Hi, On Sun, 16 Aug 2009, David Aguilar wrote: > diff --git a/git_remote_cvs/Makefile b/git_remote_cvs/Makefile > index 8dbf3fa..f52c096 100644 > --- a/git_remote_cvs/Makefile > +++ b/git_remote_cvs/Makefile > @@ -3,6 +3,15 @@ > # > pysetupfile:=setup.py > > +# Setup the DESTDIR for Python. > +ifeq ($(DESTDIR),) > +PYTHON_DESTDIR = / Hmm. I think this would break on msysGit. Not that anybody worked on getting Python to compile on msysGit. (Just to make sure you understand the issue: on msysGit, we set prefix to "" (and I think DESTDIR somehow ends up taking on the same value). Now, when DESTDIR is set to "/" and something wants to be copied to $(DESTDIR)/something, the latter expands to //something, which tells MSys not to expand //something to the correct Windows path. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html