Force-disable the inbuilt makefile rules as well as suffixes in the core build system makefile.

This commit is contained in:
Dean Camera 2013-06-03 20:54:12 +02:00
parent 24ff863f02
commit 4175fe03ee

View File

@ -166,6 +166,9 @@ list_macros:
# Disable default in-built make rules (those that are needed are explicitly
# defined, and doing so has performance benefits when recursively building)
ifeq ($(filter -r,$(MAKEFLAGS)),)
MAKEFLAGS += -r
endif
.SUFFIXES:
# Phony build targets for this module