diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-08-24 00:07:55 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-23 21:53:35 -0700 |
commit | 7d770163271db1ec3608d3b2b77e306346e24a4a (patch) | |
tree | 2c2554701c568773eabe6317f632d543d0057c6f /Makefile | |
parent | unpack_trees(): protect the handcrafted in-core index from read_cache() (diff) | |
download | tgif-7d770163271db1ec3608d3b2b77e306346e24a4a.tar.xz |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |