Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: enable SNPRINTF_RETURNS_BOGUS for HP-UX
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>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
913e0e9
)
diff --git
a/Makefile
b/Makefile
index 53ab4b55369652ecbcbd7b2655a9dfc6aeb08336..2cef0187d1d28ef2b466c1231499409f5cc1532f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-727,6
+727,7
@@
ifeq ($(uname_S),HP-UX)
NO_UNSETENV = YesPlease
NO_HSTRERROR = YesPlease
NO_SYS_SELECT_H = YesPlease
+ SNPRINTF_RETURNS_BOGUS = YesPlease
endif
ifneq (,$(findstring MINGW,$(uname_S)))
NO_MMAP = YesPlease