Skip to content

Commit

Permalink
Merge branch 'rj/maint-simplify-cygwin-makefile'
Browse files Browse the repository at this point in the history
* rj/maint-simplify-cygwin-makefile:
  Makefile: merge two Cygwin configuration sections into one
  • Loading branch information
Junio C Hamano committed Nov 21, 2009
2 parents 1a02a85 + 035b76b commit 8102453
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,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
Expand Down Expand Up @@ -898,10 +900,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 = ;
Expand Down

0 comments on commit 8102453

Please sign in to comment.