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

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/27124
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I53112a20d78d12bcc2764c1fc5567eb26bfa46cc
Gerrit-Change-Number: 27124
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to