mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
make: disable implicit rules
This commit is contained in:
parent
2c0afaa9e2
commit
dbd0b21f15
@ -1,5 +1,7 @@
|
|||||||
MATCH_MAKE_VERSION = 4.%
|
MATCH_MAKE_VERSION = 4.%
|
||||||
|
|
||||||
|
MAKEFLAGS += --no-builtin-rules
|
||||||
|
|
||||||
ifeq (,$(filter $(MATCH_MAKE_VERSION),$(MAKE_VERSION)))
|
ifeq (,$(filter $(MATCH_MAKE_VERSION),$(MAKE_VERSION)))
|
||||||
$(error GNU Make $(MAKE_VERSION) is not supported by RIOT since release \
|
$(error GNU Make $(MAKE_VERSION) is not supported by RIOT since release \
|
||||||
2020.01. Please upgrade your system to use GNU Make \
|
2020.01. Please upgrade your system to use GNU Make \
|
||||||
|
Loading…
Reference in New Issue
Block a user