Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Cygwin needs NO_C99_FORMAT???
author
Junio C Hamano
<junkio@cox.net>
Wed, 2 Aug 2006 22:44:07 +0000
(15:44 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 3 Aug 2006 00:06:50 +0000
(17:06 -0700)
I noticed that t3800 test breaks with git built without this
option.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
fba0cbd
)
diff --git
a/Makefile
b/Makefile
index 700c77f5643f9250fc8b41371071bc9871294fb3..f67b28f75a4c176ee163a735feca05e8b2560f05 100644
(file)
--- 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.