commit 0e83f34cd6bc5b23ae7a9e4dcd3c2d27b36b6370
parent 82d58abc2c55911dd0abd0b974c3df3602da1c23
Author: Daniel Bainton <dpb@driftaway.org>
Date: Sat, 1 Mar 2014 01:35:28 +0200
Add NPROC to config.mk, for mk concurrency
nprocs and NPROC are kept separate because users might not want nprocs*2
processes. Also, NPROC messes up the build output quite a lot, users
might want to disable it for a sane output.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -3,7 +3,8 @@ root = ${top}/root
#arch = i486
arch = x86_64
libcroot = ${root}/opt/cross/${arch}-linux-musl/${arch}-linux-musl
-nprocs = 4
+nprocs = 4 # number of processes for building separate packages
+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