Loading core/main.mk +1 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/main.mk +1 −3 Original line number Diff line number Diff line Loading @@ -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 Loading