morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit b0a83e28ada7718551f6928c9797edb2890b7ab3
parent 863612fa7ae871f8dfa8a8f983f4bea73257c16c
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Thu, 27 Mar 2014 20:54:13 +0000

Add nprocs to be used inside packages

Diffstat:
Mconfig.def.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.mk b/config.def.mk @@ -2,6 +2,7 @@ arch = i486 version = 0.0 mirror = http://dl.2f30.org/morpheus-pkgs/${arch}/${version} ports = $mkbuild/../ports +nprocs = 2 TOOL_BASE = ${arch}-musl-linux- CC = ${TOOL_BASE}gcc