Bump up NPROC to 4

This commit is contained in:
sin 2014-03-04 11:54:28 +00:00
parent 759a134820
commit e611f394e9

View File

@ -4,7 +4,7 @@ root = ${top}/root
arch = x86_64
libcroot = ${root}/opt/cross/${arch}-linux-musl/${arch}-linux-musl
nprocs = 4 # number of processes for building separate packages
NPROC = 1 # number of processes for mk concurrency
NPROC = 4 # number of processes for mk concurrency
version = 0.0
mirror = http://dl.2f30.org/morpheus-pkgs/${arch}/${version}
CC = ${arch}-linux-musl-gcc