git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] Makefile: add NO_FNMATCH_CASEFOLD to IRIX sections
@ 2010-12-22 23:58 Brandon Casey
  2010-12-22 23:58 ` [PATCH 2/3] test-lib.sh/test_decode_color(): use octal not hex in awk script Brandon Casey
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Brandon Casey @ 2010-12-22 23:58 UTC (permalink / raw)
  To: gitster; +Cc: git, Brandon Casey

From: Brandon Casey <drafnel@gmail.com>

IRIX's fnmatch() does not support the GNU FNM_CASEFOLD extension, so set
NO_FNMATCH_CASEFOLD so that the internal fnmatch implementation will be
used.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
---
 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 57d9c65..ff35154 100644
--- a/Makefile
+++ b/Makefile
@@ -1003,6 +1003,7 @@ ifeq ($(uname_S),IRIX)
 	# issue, comment out the NO_MMAP statement.
 	NO_MMAP = YesPlease
 	NO_REGEX = YesPlease
+	NO_FNMATCH_CASEFOLD = YesPlease
 	SNPRINTF_RETURNS_BOGUS = YesPlease
 	SHELL_PATH = /usr/gnu/bin/bash
 	NEEDS_LIBGEN = YesPlease
@@ -1022,6 +1023,7 @@ ifeq ($(uname_S),IRIX64)
 	# issue, comment out the NO_MMAP statement.
 	NO_MMAP = YesPlease
 	NO_REGEX = YesPlease
+	NO_FNMATCH_CASEFOLD = YesPlease
 	SNPRINTF_RETURNS_BOGUS = YesPlease
 	SHELL_PATH=/usr/gnu/bin/bash
 	NEEDS_LIBGEN = YesPlease
-- 
1.7.3.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-12-23 16:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-22 23:58 [PATCH 1/3] Makefile: add NO_FNMATCH_CASEFOLD to IRIX sections Brandon Casey
2010-12-22 23:58 ` [PATCH 2/3] test-lib.sh/test_decode_color(): use octal not hex in awk script Brandon Casey
2010-12-22 23:58 ` [PATCH 3/3] t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-' Brandon Casey
2010-12-23 16:05   ` Junio C Hamano
2010-12-23 16:45     ` Brandon Casey
2010-12-23  4:00 ` [PATCH 1/3] Makefile: add NO_FNMATCH_CASEFOLD to IRIX sections Junio C Hamano
2010-12-23 15:33   ` Brandon Casey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).