Skip to content

Commit

Permalink
Merge branch 'rj/maint-simplify-cygwin-makefile' into maint
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 Dec 3, 2009
2 parents dc733ef + 035b76b commit c206224
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 @@ -787,6 +787,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 @@ -896,10 +898,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 c206224

Please sign in to comment.