diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-04 12:09:53 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-04 12:09:53 -0700 |
commit | 4e273c9dcfe8e898ea43b17213c47733a4fef842 (patch) | |
tree | 330c02391dbdff9bad899da531b7bfad7c451f2c | |
parent | 3a3c3fc42a021f11aa8f35dc40cc69d4d4af7224 (diff) | |
parent | 70b9c59656f974590fc050dfb3429106fd37c9ee (diff) | |
download | git-4e273c9dcfe8e898ea43b17213c47733a4fef842.tar.gz git-4e273c9dcfe8e898ea43b17213c47733a4fef842.tar.xz |
Merge branch 'jc/c99'
* jc/c99:
Cygwin needs NO_C99_FORMAT???
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -317,6 +317,7 @@ ifeq ($(uname_O),Cygwin) NO_STRLCPY = YesPlease NO_SYMLINK_HEAD = YesPlease NEEDS_LIBICONV = YesPlease + NO_C99_FORMAT = 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. |