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

pull/1469/head
Dean Camera 11 years ago
parent 24ff863f02
commit 4175fe03ee

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

Loading…
Cancel
Save