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.%
|
||||
|
||||
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.)
|
||||
$(error GNU Make $(MAKE_VERSION) is not supported by RIOT since 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'
|
||||
|
Loading…
Reference in New Issue
Block a user