Skip to content

Commit ee78cac

Browse files
peffgitster
authored andcommitted
Makefile: use compat regex on Solaris
The system regex is either slow or buggy for complex patterns, like the built-in xfuncname pattern for java files. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 02232ad commit ee78cac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ ifeq ($(uname_S),SunOS)
725725
NO_MEMMEM = YesPlease
726726
NO_MKDTEMP = YesPlease
727727
NO_MKSTEMPS = YesPlease
728+
NO_REGEX = YesPlease
728729
ifeq ($(uname_R),5.7)
729730
NEEDS_RESOLV = YesPlease
730731
NO_IPV6 = YesPlease

0 commit comments

Comments
 (0)