summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 913e0e9)
raw | patch | inline | side by side (parent: 913e0e9)
author | Miklos Vajna <vmiklos@frugalware.org> | |
Sat, 23 Aug 2008 22:07:55 +0000 (00:07 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 24 Aug 2008 04:53:35 +0000 (21:53 -0700) |
In 81cc66a, customization has been added to Makefile for supporting
HP-UX, but git commit is still problematic. This should fix the issue.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Acked-by: Robert Schiele <rschiele@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
HP-UX, but git commit is still problematic. This should fix the issue.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Acked-by: Robert Schiele <rschiele@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 53ab4b55369652ecbcbd7b2655a9dfc6aeb08336..2cef0187d1d28ef2b466c1231499409f5cc1532f 100644 (file)
--- a/Makefile
+++ b/Makefile
NO_UNSETENV = YesPlease
NO_HSTRERROR = YesPlease
NO_SYS_SELECT_H = YesPlease
+ SNPRINTF_RETURNS_BOGUS = YesPlease
endif
ifneq (,$(findstring MINGW,$(uname_S)))
NO_MMAP = YesPlease