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

Commit f3c068db authored by Conley Owens's avatar Conley Owens Committed by Android Git Automerger
Browse files

am d38c870d: Get build system to work with Make 3.82

* commit 'd38c870d':
  Get build system to work with Make 3.82
parents 657aeac8 d38c870d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -691,7 +691,7 @@ define _get-package-overrides
endef

define get-package-overrides
$(strip $(sort $(call _get-package-overrides,$(1))))
$(sort $(strip $(call _get-package-overrides,$(1))))
endef

###########################################################
+3 −1
Original line number Diff line number Diff line
@@ -39,13 +39,15 @@ endif

# check for broken versions of make
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 ********************************************************************************)
$(warning *  You are using version $(MAKE_VERSION) of make.)
$(warning *  Android can only be built by version 3.81.)
$(warning *  Android can only be built by versions 3.81 and 3.82.)
$(warning *  see http://source.android.com/source/download.html)
$(warning ********************************************************************************)
$(error stopping)
endif
endif

TOP := .
TOPDIR :=