aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-07-04 07:02:34 -0300
committerEuAndreh <eu@euandre.org>2023-07-04 07:02:34 -0300
commit82080ff50abe1c632ec2aff23a276b58ae2c6445 (patch)
tree497d2b854e71aa1acff77e8a71f6a05ff5bf8df7 /etc/sh/rc
parentetc/git/ignore: Add /makefile (diff)
downloaddotfiles-82080ff50abe1c632ec2aff23a276b58ae2c6445.tar.gz
dotfiles-82080ff50abe1c632ec2aff23a276b58ae2c6445.tar.xz
Revert "etc/sh/rc: Do not include $NPROC in $MAKEFLAGS"
This reverts commit 339d3ef2521b2a4039880476aabf1a6607fea4a5. Having it there enables $MAKEFLAGS to be compatible with bmake.
Diffstat (limited to 'etc/sh/rc')
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 7160adf..ab3ef68 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -102,7 +102,7 @@ export BORG_REMOTE_PATH='borg1'
export NPROC=$(($(nproc) * 2 + 1))
GUILE_EFFECTIVE_VERSION="$(guile -c '(display (effective-version))')"
-export MAKEFLAGS='-j'
+export MAKEFLAGS="-j $NPROC"
export GOPATH="$SRC/go"
export VG_FLAGS='
--show-error-list=yes