summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ecc395c)
raw | patch | inline | side by side (parent: ecc395c)
author | Brandon Casey <casey@nrlssc.navy.mil> | |
Fri, 10 Jul 2009 17:10:46 +0000 (12:10 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 11 Jul 2009 06:50:29 +0000 (23:50 -0700) |
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index 6d1a38fde1ff85d48d167e34250222cdebc4b8eb..ec24632259448bcc170eccd2aa5af24a69bd1c1b 100644 (file)
--- a/Makefile
+++ b/Makefile
NO_STRLCPY=YesPlease
NO_MKSTEMPS = YesPlease
endif
+ifeq ($(uname_S),IRIX)
+ NO_SETENV = YesPlease
+ NO_UNSETENV = YesPlease
+ NO_STRCASESTR = YesPlease
+ NO_MEMMEM = YesPlease
+ NO_MKSTEMPS = YesPlease
+ NO_MKDTEMP = YesPlease
+ NO_MMAP = YesPlease
+ NO_EXTERNAL_GREP = UnfortunatelyYes
+ SNPRINTF_RETURNS_BOGUS = YesPlease
+ SHELL_PATH = /usr/gnu/bin/bash
+ NEEDS_LIBGEN = YesPlease
+endif
ifeq ($(uname_S),IRIX64)
NO_IPV6=YesPlease
NO_SETENV=YesPlease