Rename VXMICRO_JOBS to ZEPHYR_JOBS
Updates this environment variable to reflect the new OS name. Change-Id: Icc6a2f3d4cdfcf7cab11da7920aaa8110177047b Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
74b98c1cc4
commit
570795f014
1 changed files with 4 additions and 4 deletions
|
@ -34,9 +34,9 @@
|
|||
|
||||
num_cpus=$(\grep -c "^processor" /proc/cpuinfo)
|
||||
|
||||
if [ x${VXMICRO_JOBS} = x ]; then
|
||||
VXMICRO_JOBS=$((${num_cpus} * 2 + 1))
|
||||
if [ x${ZEPHYR_JOBS} = x ]; then
|
||||
ZEPHYR_JOBS=$((${num_cpus} * 2 + 1))
|
||||
fi
|
||||
|
||||
echo Using $VXMICRO_JOBS threads
|
||||
nice make --jobs=${VXMICRO_JOBS} --load-average=${num_cpus} $@
|
||||
echo Using $ZEPHYR_JOBS threads
|
||||
nice make --jobs=${ZEPHYR_JOBS} --load-average=${num_cpus} $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue