* [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
* Re: [PATCH] Makefile: enable THREADED_DELTA_SEARCH on SunOS
2009-10-07 1:02 [PATCH] Makefile: enable THREADED_DELTA_SEARCH on SunOS Brandon Casey
@ 2009-10-07 2:42 ` Jeff King
0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2009-10-07 2:42 UTC (permalink / raw)
To: Brandon Casey; +Cc: gitster, git, Brandon Casey
On Tue, Oct 06, 2009 at 08:02:22PM -0500, Brandon Casey wrote:
> Any objections? I've been compiling with THREADED_DELTA_SEARCH since I've
> been compiling on Solaris with no problems.
No complaint here. It seems to build and run fine on my pretty vanilla
Solaris 8 setup.
-Peff
^ permalink raw reply [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).