commit 0c36dab8a92d67bb5426626ff5006a5b9be604a4
parent 91db04a67f770276a9522225326c9b117585a1c1
Author: sin <sin@2f30.org>
Date: Mon, 3 Mar 2014 17:30:42 +0000
Set NPROC to 1 by default
There is a strange issue on one of my machines where the build errors
out every now and then with NPROC > 1. Default to 1 until we fix this.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -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 = 4 # number of processes for mk concurrency
+NPROC = 1 # number of processes for mk concurrency
version = 0.0
mirror = http://dl.2f30.org/morpheus-pkgs/${arch}/${version}
CC = ${arch}-linux-musl-gcc