mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Makefile: Fix warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
Change-Id: I73d156f55bc82778c64defe5a8dd84bb478c9008 Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
parent
8e21be5223
commit
02dbab7679
7 changed files with 7 additions and 7 deletions
|
|
@ -46,7 +46,7 @@ all: nothing
|
|||
|
||||
define SDIR_template
|
||||
$(1)_$(2):
|
||||
$(Q) cd $(1) && $(MAKE) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" BINDIR="$(BINDIR)"
|
||||
+$(Q) $(MAKE) -C $(1) $(2) TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" BINDIR="$(BINDIR)"
|
||||
endef
|
||||
|
||||
$(foreach SDIR, $(SUBDIRS), $(eval $(call SDIR_template,$(SDIR),preconfig)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue