From 339d3ef2521b2a4039880476aabf1a6607fea4a5 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 28 Jun 2023 22:46:11 -0300 Subject: etc/sh/rc: Do not include $NPROC in $MAKEFLAGS --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index 99cdbca2..8b9f0ba9 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -102,7 +102,7 @@ export BORG_REMOTE_PATH='borg1' NPROC=$(($(nproc) * 2 + 1)) GUILE_EFFECTIVE_VERSION="$(guile -c '(display (effective-version))')" -export MAKEFLAGS="-j $NPROC" +export MAKEFLAGS='-j' export GOPATH="$SRC/go" export VG_FLAGS=' --show-error-list=yes -- cgit v1.3