From: Ramsay Jones Date: Sat, 3 Mar 2007 18:28:39 +0000 (+0000) Subject: Unset NO_C99_FORMAT on Cygwin. X-Git-Tag: v1.5.0.3~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7943b3a94f0f862dc9d7dcec6b5639ae5bf027bd;p=git.git Unset NO_C99_FORMAT on Cygwin. This should only be set based on the capability of your compiler/library to support c99 format specifiers. In this case the version of gcc/newlib and indirectly the version of Cygwin. It should probably only be set in your config.mak file. Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index e18b007da..f674e556f 100644 --- a/Makefile +++ b/Makefile @@ -378,7 +378,6 @@ ifeq ($(uname_O),Cygwin) NO_STRCASESTR = YesPlease NO_SYMLINK_HEAD = YesPlease NEEDS_LIBICONV = YesPlease - NO_C99_FORMAT = YesPlease NO_FAST_WORKING_DIRECTORY = UnfortunatelyYes NO_TRUSTABLE_FILEMODE = UnfortunatelyYes # There are conflicting reports about this.