Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6addfb2 authored by Raphael Moll's avatar Raphael Moll Committed by Android Git Automerger
Browse files

am a8dd58a8: Merge "Allow make 3.82 to be used under Cygwin 1.7"

* commit 'a8dd58a8':
  Allow make 3.82 to be used under Cygwin 1.7
parents 2696eb6d a8dd58a8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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 :=