fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27124 )
Change subject: Makefile: run $(nproc) parallel jobs for target 'deps' ......................................................................
Makefile: run $(nproc) parallel jobs for target 'deps'
Change-Id: I53112a20d78d12bcc2764c1fc5567eb26bfa46cc --- M Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/24/27124/1
diff --git a/Makefile b/Makefile index 87ce759..91c826c 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@
.PHONY: deps deps: - $(MAKE) -C deps + $(MAKE) $(PARALLEL_MAKE) -C deps
# deps-update target for backwards compat; now does the same as 'make deps' .PHONY: deps-update