1
0
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:
Cenk Gündoğan 2020-02-18 12:07:32 +01:00
parent 2c0afaa9e2
commit dbd0b21f15

View File

@ -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 \