diff options
Diffstat (limited to 'etc/sh')
-rw-r--r-- | etc/sh/rc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |