diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-02 15:44:07 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-02 17:06:50 -0700 |
commit | 70b9c59656f974590fc050dfb3429106fd37c9ee (patch) | |
tree | 8e44cf53c74eb0a437ffdbdeeb9421d90ec715c9 | |
parent | fba0cbd95d796857622d642160176907930ae511 (diff) | |
download | git-70b9c59656f974590fc050dfb3429106fd37c9ee.tar.gz git-70b9c59656f974590fc050dfb3429106fd37c9ee.tar.xz |
Cygwin needs NO_C99_FORMAT???
I noticed that t3800 test breaks with git built without this
option.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-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. |