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