mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Makefile.include: remove support for make <4
This commit is contained in:
parent
c5dfc7d16c
commit
e637fd1658
@ -1,10 +1,9 @@
|
|||||||
MATCH_MAKE_VERSION = 4.%
|
MATCH_MAKE_VERSION = 4.%
|
||||||
|
|
||||||
ifeq (,$(filter $(MATCH_MAKE_VERSION),$(MAKE_VERSION)))
|
ifeq (,$(filter $(MATCH_MAKE_VERSION),$(MAKE_VERSION)))
|
||||||
$(warning GNU Make $(MAKE_VERSION) is DEPRECATED in RIOT. Support for \
|
$(error GNU Make $(MAKE_VERSION) is not supported by RIOT since release \
|
||||||
versions less than $(MATCH_MAKE_VERSION) will be removed in \
|
2020.01. Please upgrade your system to use GNU Make \
|
||||||
release 2020.01. Please upgrade your system to use GNU Make \
|
$(MATCH_MAKE_VERSION) or later.)
|
||||||
$(MATCH_MAKE_VERSION) or later.)
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# 'Makefile.include' directory, must be evaluated before other 'include'
|
# 'Makefile.include' directory, must be evaluated before other 'include'
|
||||||
|
Loading…
Reference in New Issue
Block a user