Allow make 3.82 to be used under Cygwin 1.7

(Manual merge of 76bf62d75e)

Change-Id: I61a6b10b4d81192dbff928780c2263931cf57c4d
This commit is contained in:
Raphael Moll 2012-03-27 10:07:42 -07:00
parent 3b1ebe7dc2
commit 4c45699015
1 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,9 @@ endif
#TOPDIR := $(TOP)/
#endif
# check for broken versions of make
# Check for broken versions of make.
# (Allow any version under Cygwin since we don't actually build the platform there.)
ifeq (,$(findstring CYGWIN,$(shell uname -sm)))
ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") = 3.81))
ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") = 3.82))
$(warning ********************************************************************************)
@ -48,6 +50,7 @@ $(warning **********************************************************************
$(error stopping)
endif
endif
endif
TOP := .
TOPDIR :=