summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-08-03 00:44:07 +0200
committerJunio C Hamano <junkio@cox.net>2006-08-03 02:06:50 +0200
commit70b9c59656f974590fc050dfb3429106fd37c9ee (patch)
tree8e44cf53c74eb0a437ffdbdeeb9421d90ec715c9 /Makefile
parentgit-grep: document --and, --or, --not, ( and ) (diff)
downloadgit-70b9c59656f974590fc050dfb3429106fd37c9ee.tar.xz
git-70b9c59656f974590fc050dfb3429106fd37c9ee.zip
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>
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 700c77f564..f67b28f75a 100644
--- a/Makefile
+++ b/Makefile
@@ -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.