My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f539cfb
)
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
diff --git
a/Makefile
b/Makefile
index
12defd4
..
dd3d520
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