]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: update defaults for modern Cygwin
authorEric Blake <eblake@redhat.com>
Thu, 1 Apr 2010 22:43:54 +0000 (16:43 -0600)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Apr 2010 06:43:16 +0000 (23:43 -0700)
commita50dec22f2800fd073aa6ca1d112f25b4f667a56
tree70af3c27d4a44738e2b9cdce35f73bc95e112bbe
parent890a13a45285ad44858add2ce2f74eb478f549c8
Makefile: update defaults for modern Cygwin

Now that Cygwin 1.7.x has enabled lots of new features, and Cygwin 1.5
is no longer actively supported by the Cygwin mailing lists, we might
as well update the defaults to cater to those new features.

NO_TRUSTABLE_FILEMODE is only necessary on FAT drives; the Cygwin
community recommends NTFS drives, but there is still too much use
for FAT to switch the default.  Likewise, UNRELIABLE_FSTAT is probably
file-system specific, but worth keeping unchanged.

This commit does not change the default for NO_MMAP, although definitive
proof of whether this option is necessary is lacking.

Signed-off-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile