Merge branch 'master'
authorJunio C Hamano <junkio@cox.net>
Sat, 19 Nov 2005 00:58:51 +0000 (16:58 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 19 Nov 2005 00:58:51 +0000 (16:58 -0800)
1  2 
Makefile

diff --combined Makefile
+++ b/Makefile
@@@ -50,7 -50,7 +50,7 @@@
  # Define USE_STDEV below if you want git to care about the underlying device
  # change being considered an inode change from the update-cache perspective.
  
 -GIT_VERSION = 0.99.9.GIT
 +GIT_VERSION = 0.99.9j
  
  # CFLAGS and LDFLAGS are for the users to override from the command line.
  
@@@ -208,6 -208,10 +208,10 @@@ endi
  ifeq ($(uname_O),Cygwin)
        NO_STRCASESTR = YesPlease
        NEEDS_LIBICONV = YesPlease
+       # There are conflicting reports about this.
+       # On some boxes NO_MMAP is needed, and not so elsewhere.
+       # Try uncommenting this if you see things break -- YMMV.
+       # NO_MMAP = YesPlease
        NO_IPV6 = YesPlease
        X = .exe
        ALL_CFLAGS += -DUSE_SYMLINK_HEAD=0