зеркало из https://github.com/microsoft/git.git
Solaris 9 also wants our own unsetenv/setenv.
[jc: the original had "index() is evil" but that should be a separate patch.]
This commit is contained in:
Родитель
f94fbbee90
Коммит
40d88d4fa3
4
Makefile
4
Makefile
|
@ -248,6 +248,10 @@ ifeq ($(uname_S),SunOS)
|
||||||
NO_UNSETENV = YesPlease
|
NO_UNSETENV = YesPlease
|
||||||
NO_SETENV = YesPlease
|
NO_SETENV = YesPlease
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(uname_R),5.9)
|
||||||
|
NO_UNSETENV = YesPlease
|
||||||
|
NO_SETENV = YesPlease
|
||||||
|
endif
|
||||||
INSTALL = ginstall
|
INSTALL = ginstall
|
||||||
TAR = gtar
|
TAR = gtar
|
||||||
ALL_CFLAGS += -D__EXTENSIONS__
|
ALL_CFLAGS += -D__EXTENSIONS__
|
||||||
|
|
Загрузка…
Ссылка в новой задаче