Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: enable THREADED_DELTA_SEARCH on SunOS
author
Brandon Casey
<drafnel@gmail.com>
Wed, 7 Oct 2009 01:02:22 +0000
(20:02 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 8 Oct 2009 05:04:19 +0000
(22:04 -0700)
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
f539cfb
)
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