MinGW: Teach Makefile to detect msysgit and apply specific settings
commit48c46f1a14b45756b7354bdf2a52be8d93ebfaf3
authorSteffen Prohaska <prohaska@zib.de>
Sun, 31 May 2009 16:15:25 +0000 (31 18:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Jun 2009 16:44:04 +0000 (8 09:44 -0700)
treee005ec1f34306f0c0b440cba2e028133cd052633
parenta21077e75f55b4696ada33d7d09f016f4ef16167
MinGW: Teach Makefile to detect msysgit and apply specific settings

This commit changes handling of the msysgit specific settings, so
that they can be applied to official git.git.  Some msysgit
settings differ from the standard MinGW settings.  We move them
into an ifndef block that is only evaluated if a file
THIS_IS_MSYSGIT is present in the parent directory, which is the
case for an msysgit working environment.  The tag file is unlikely
to be present accidentally.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile