зеркало из https://github.com/microsoft/git.git
Merge branch 'rj/maint-simplify-cygwin-makefile'
* rj/maint-simplify-cygwin-makefile: Makefile: merge two Cygwin configuration sections into one
This commit is contained in:
Коммит
8102453318
6
Makefile
6
Makefile
|
@ -789,6 +789,8 @@ ifeq ($(uname_O),Cygwin)
|
||||||
NO_MMAP = YesPlease
|
NO_MMAP = YesPlease
|
||||||
NO_IPV6 = YesPlease
|
NO_IPV6 = YesPlease
|
||||||
X = .exe
|
X = .exe
|
||||||
|
COMPAT_OBJS += compat/cygwin.o
|
||||||
|
UNRELIABLE_FSTAT = UnfortunatelyYes
|
||||||
endif
|
endif
|
||||||
ifeq ($(uname_S),FreeBSD)
|
ifeq ($(uname_S),FreeBSD)
|
||||||
NEEDS_LIBICONV = YesPlease
|
NEEDS_LIBICONV = YesPlease
|
||||||
|
@ -898,10 +900,6 @@ ifeq ($(uname_S),HP-UX)
|
||||||
NO_SYS_SELECT_H = YesPlease
|
NO_SYS_SELECT_H = YesPlease
|
||||||
SNPRINTF_RETURNS_BOGUS = YesPlease
|
SNPRINTF_RETURNS_BOGUS = YesPlease
|
||||||
endif
|
endif
|
||||||
ifneq (,$(findstring CYGWIN,$(uname_S)))
|
|
||||||
COMPAT_OBJS += compat/cygwin.o
|
|
||||||
UNRELIABLE_FSTAT = UnfortunatelyYes
|
|
||||||
endif
|
|
||||||
ifdef MSVC
|
ifdef MSVC
|
||||||
GIT_VERSION := $(GIT_VERSION).MSVC
|
GIT_VERSION := $(GIT_VERSION).MSVC
|
||||||
pathsep = ;
|
pathsep = ;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче