aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh/rc')
-rw-r--r--etc/sh/rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index e5fb5e9..7cd6431 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -114,7 +114,8 @@ export BORG_REMOTE_PATH='borg1'
NPROC="$(nproc)"
export NPROC
GUILE_EFFECTIVE_VERSION="$(guile -c '(display (effective-version))')"
-export MAKEFLAGS="-j $(($(nproc) * 2 + 1))"
+export N="$(($(nproc) * 2 + 1))"
+export MAKEFLAGS="-j $N"
export GOPATH="$SRC/go"
export VGFLAGS='
--show-error-list=yes