mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #10554 from jcarrano/make-minimum-version
Makefile.include: require make version 4.
This commit is contained in:
commit
7bbdb74981
@ -1,3 +1,12 @@
|
|||||||
|
MATCH_MAKE_VERSION = 4.%
|
||||||
|
|
||||||
|
ifeq (,$(filter $(MATCH_MAKE_VERSION),$(MAKE_VERSION)))
|
||||||
|
$(warning GNU Make $(MAKE_VERSION) is DEPRECATED in RIOT. Support for \
|
||||||
|
versions less than $(MATCH_MAKE_VERSION) will be removed in \
|
||||||
|
release 2020.01. Please upgrade your system to use GNU Make \
|
||||||
|
$(MATCH_MAKE_VERSION) or later.)
|
||||||
|
endif
|
||||||
|
|
||||||
# 'Makefile.include' directory, must be evaluated before other 'include'
|
# 'Makefile.include' directory, must be evaluated before other 'include'
|
||||||
_riotbase := $(dir $(lastword $(MAKEFILE_LIST)))
|
_riotbase := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user