From: Ramsay Jones Date: Tue, 27 Oct 2009 19:11:55 +0000 (+0000) Subject: Makefile: merge two Cygwin configuration sections into one X-Git-Tag: v1.6.6-rc0~26^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=035b76b03f63e077e3465a99bee5dffa29822344;p=git.git Makefile: merge two Cygwin configuration sections into one Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index fea237bc8..8e1cfc556 100644 --- a/Makefile +++ b/Makefile @@ -782,6 +782,8 @@ ifeq ($(uname_O),Cygwin) NO_MMAP = YesPlease NO_IPV6 = YesPlease X = .exe + COMPAT_OBJS += compat/cygwin.o + UNRELIABLE_FSTAT = UnfortunatelyYes endif ifeq ($(uname_S),FreeBSD) NEEDS_LIBICONV = YesPlease @@ -891,10 +893,6 @@ ifeq ($(uname_S),HP-UX) NO_SYS_SELECT_H = YesPlease SNPRINTF_RETURNS_BOGUS = YesPlease endif -ifneq (,$(findstring CYGWIN,$(uname_S))) - COMPAT_OBJS += compat/cygwin.o - UNRELIABLE_FSTAT = UnfortunatelyYes -endif ifdef MSVC GIT_VERSION := $(GIT_VERSION).MSVC pathsep = ;