Skip to content

Commit 40d88d4

Browse files
dstosbergJunio C Hamano
authored andcommitted
Solaris 9 also wants our own unsetenv/setenv.
[jc: the original had "index() is evil" but that should be a separate patch.]
1 parent f94fbbe commit 40d88d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,10 @@ ifeq ($(uname_S),SunOS)
248248
NO_UNSETENV = YesPlease
249249
NO_SETENV = YesPlease
250250
endif
251+
ifeq ($(uname_R),5.9)
252+
NO_UNSETENV = YesPlease
253+
NO_SETENV = YesPlease
254+
endif
251255
INSTALL = ginstall
252256
TAR = gtar
253257
ALL_CFLAGS += -D__EXTENSIONS__

0 commit comments

Comments
 (0)