]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
tooling: Fix parallel kbuild
authorJan Kiszka <jan.kiszka@siemens.com>
Thu, 25 Sep 2014 07:54:43 +0000 (09:54 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 25 Sep 2014 13:47:08 +0000 (15:47 +0200)
The define decouples the calling make from the recursively called one.
Fix it by prefixing the latter with "+".

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Makefile

index 9d12b64da07cb7f1dd010c989108c6fd661bc55e..f312598d49a29ebee43d618dad9ac50e7255f9b5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ INSTALL_MOD_PATH ?= $(DESTDIR)
 export INSTALL_MOD_PATH
 
 define run-kbuild =
-       $(Q)$(MAKE) -C $(KDIR) M=$$PWD $@
+       +$(Q)$(MAKE) -C $(KDIR) M=$$PWD $@
 endef
 
 modules: