From cde065157392fa0048e205bb713f3d8c56c8e673 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 2 May 2024 18:40:22 -0300 Subject: etc/sh/rc: Split exporting $N and $MAKEFLAGS --- etc/sh/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/sh/rc') 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 -- cgit v1.2.3