git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f539cfb
)
Makefile: enable THREADED_DELTA_SEARCH on SunOS
author
Brandon Casey
<redacted>
Wed, 7 Oct 2009 01:02:22 +0000
(20:02 -0500)
committer
Junio C Hamano
<redacted>
Thu, 8 Oct 2009 05:04:19 +0000
(22:04 -0700)
Signed-off-by: Brandon Casey <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 12defd4c971befd1d1f2648813e6914a93b4431c..dd3d5203f92158e0a172a3aaa4937804fc36d1f1 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT