* [RFT] Cygwin needs NO_C99_FORMAT???
@ 2006-08-02 22:44 Junio C Hamano
0 siblings, 0 replies; only message in thread
From: Junio C Hamano @ 2006-08-02 22:44 UTC (permalink / raw)
To: git
I noticed that t3800 test breaks with git built without this
option.
---
* Tests and feedbacks very much appreciated.
diff --git a/Makefile b/Makefile
index fd45cd1..4f7ae33 100644
--- a/Makefile
+++ b/Makefile
@@ -316,6 +316,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.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-02 22:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-02 22:44 [RFT] Cygwin needs NO_C99_FORMAT??? Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox