Makefile: enable SNPRINTF_RETURNS_BOGUS for HP-UX
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>
This commit is contained in:

committed by
Junio C Hamano

parent
913e0e99b6
commit
7d77016327
1
Makefile
1
Makefile
@ -727,6 +727,7 @@ ifeq ($(uname_S),HP-UX)
|
|||||||
NO_UNSETENV = YesPlease
|
NO_UNSETENV = YesPlease
|
||||||
NO_HSTRERROR = YesPlease
|
NO_HSTRERROR = YesPlease
|
||||||
NO_SYS_SELECT_H = YesPlease
|
NO_SYS_SELECT_H = YesPlease
|
||||||
|
SNPRINTF_RETURNS_BOGUS = YesPlease
|
||||||
endif
|
endif
|
||||||
ifneq (,$(findstring MINGW,$(uname_S)))
|
ifneq (,$(findstring MINGW,$(uname_S)))
|
||||||
NO_MMAP = YesPlease
|
NO_MMAP = YesPlease
|
||||||
|
Reference in New Issue
Block a user