common: factor -j --nproc to all builds

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-23 00:00:02 +00:00
parent 4b99e522dd
commit 3980974e91
10 changed files with 17 additions and 33 deletions

View File

@@ -1,8 +1,6 @@
#!/usr/bin/env python3
import multiprocessing
import os
import subprocess
import common
@@ -39,7 +37,7 @@ class QemuComponent(common.Component):
(
[
'make',
'-j', str(multiprocessing.cpu_count()),
'-j', str(args.nproc),
] +
verbose