summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2009-07-20 20:15:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-05-20 23:13:10 (GMT)
commitec47a33fd2c3b679c3d8cbd440752414adb56ce9 (patch)
treef38b996123fa258abe276e7e04de8a88331b28e0 /Makefile
parent75f6929a3669dd0b3123b6b3cd51ec09d0b234c4 (diff)
downloadgit-ec47a33fd2c3b679c3d8cbd440752414adb56ce9.zip
git-ec47a33fd2c3b679c3d8cbd440752414adb56ce9.tar.gz
git-ec47a33fd2c3b679c3d8cbd440752414adb56ce9.tar.bz2
Recent MinGW has a C99 implementation of snprintf functions
Starting with MinGW 3.14, released end of 2007, a working snprintf is available. This means we do not need our own replacement that works around the broken implementation in Microsoft's C runtime. People who build git in an old MinGW environment are expected to set SNPRINTF_RETURNS_BOGUS in their config.mak. msysgit is sufficiently recent, of course. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb1d162..7a014b1 100644
--- a/Makefile
+++ b/Makefile
@@ -1026,7 +1026,6 @@ ifneq (,$(findstring MINGW,$(uname_S)))
NO_STRTOUMAX = YesPlease
NO_MKDTEMP = YesPlease
NO_MKSTEMPS = YesPlease
- SNPRINTF_RETURNS_BOGUS = YesPlease
NO_SVN_TESTS = YesPlease
NO_PERL_MAKEMAKER = YesPlease
RUNTIME_PREFIX = YesPlease