mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs.mk, rules.mk: Add MAKEFLAGS += -r
This disables implicit rules and should speed up the build a tad. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6d8ae11087
commit
d4581f488a
2 changed files with 6 additions and 1 deletions
|
|
@ -5,6 +5,8 @@
|
|||
ifndef JW_BUILD_DEF_MK_INCLUDED
|
||||
JW_BUILD_DEF_MK_INCLUDED = true
|
||||
|
||||
MAKEFLAGS += -r
|
||||
|
||||
include $(MODDIR)/make/platform.mk
|
||||
include $(MODDIR)/make/projects.mk
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue