aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-05-02 18:40:22 -0300
committerEuAndreh <eu@euandre.org>2024-05-02 18:40:22 -0300
commitcde065157392fa0048e205bb713f3d8c56c8e673 (patch)
treecbf3a7f84d2f418969f24687aaa2214cdc8a3811 /etc/sh
parentbin/gc: tmpdir: Only delete files and directories for now (diff)
downloaddotfiles-cde065157392fa0048e205bb713f3d8c56c8e673.tar.gz
dotfiles-cde065157392fa0048e205bb713f3d8c56c8e673.tar.xz
etc/sh/rc: Split exporting $N and $MAKEFLAGS
Diffstat (limited to 'etc/sh')
-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