Force-disable the inbuilt makefile rules as well as suffixes in the core build system makefile.
This commit is contained in:
parent
24ff863f02
commit
4175fe03ee
1 changed files with 10 additions and 7 deletions
|
|
@ -166,6 +166,9 @@ list_macros:
|
||||||
|
|
||||||
# Disable default in-built make rules (those that are needed are explicitly
|
# Disable default in-built make rules (those that are needed are explicitly
|
||||||
# defined, and doing so has performance benefits when recursively building)
|
# defined, and doing so has performance benefits when recursively building)
|
||||||
|
ifeq ($(filter -r,$(MAKEFLAGS)),)
|
||||||
|
MAKEFLAGS += -r
|
||||||
|
endif
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
||||||
# Phony build targets for this module
|
# Phony build targets for this module
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue