* [PATCH] Makefile: enable THREADED_DELTA_SEARCH on SunOS
@ 2009-10-07 1:02 Brandon Casey
2009-10-07 2:42 ` Jeff King
0 siblings, 1 reply; 2+ messages in thread
From: Brandon Casey @ 2009-10-07 1:02 UTC (permalink / raw)
To: gitster; +Cc: git, peff, Brandon Casey
From: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
---
Any objections? I've been compiling with THREADED_DELTA_SEARCH since I've
been compiling on Solaris with no problems.
-brandon
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 12defd4..dd3d520 100644
--- a/Makefile
+++ b/Makefile
@@ -734,6 +734,7 @@ ifeq ($(uname_S),SunOS)
NO_MKSTEMPS = YesPlease
NO_REGEX = YesPlease
NO_EXTERNAL_GREP = YesPlease
+ THREADED_DELTA_SEARCH = YesPlease
ifeq ($(uname_R),5.7)
NEEDS_RESOLV = YesPlease
NO_IPV6 = YesPlease
--
1.6.5.rc2.17.gdbc1b
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-07 2:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07 1:02 [PATCH] Makefile: enable THREADED_DELTA_SEARCH on SunOS Brandon Casey
2009-10-07 2:42 ` Jeff King
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).