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

Unverified Commit af532eaa authored by Michael Bestas's avatar Michael Bestas
Browse files

Revert "Support building with GNU make 4.0"

* Replaced by upstream commit

This reverts commit e7f10427.

Change-Id: Ia48f4d1276bdeb55a5b3ef7779d48f3d209fed79
parent e175a30c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -42,16 +42,14 @@ endif
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))
ifeq (0,$(shell expr $$(echo $(MAKE_VERSION) | sed "s/[^0-9\.].*//") = 4.0))
$(warning ********************************************************************************)
$(warning *  You are using version $(MAKE_VERSION) of make.)
$(warning *  Android is tested to build with versions 3.81, 3.82 and 4.0)
$(warning *  Android is tested to build with versions 3.81 and 3.82.)
$(warning *  see https://source.android.com/source/download.html)
$(warning ********************************************************************************)
endif
endif
endif
endif

# Absolute path of the present working direcotry.
# This overrides the shell variable $PWD, which does not necessarily points to