Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/c99'
author
Junio C Hamano
<junkio@cox.net>
Fri, 4 Aug 2006 19:09:53 +0000
(12:09 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 4 Aug 2006 19:09:53 +0000
(12:09 -0700)
* jc/c99:
Cygwin needs NO_C99_FORMAT???
Makefile
patch
|
blob
|
history
raw
(from parent 1:
3a3c3fc
)
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.