From 0c0907c57ff1cf5b0d015e1607582c7469de95fb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 10 Sep 2023 17:53:19 -0300 Subject: etc/sh/rc: Remove $MAKEFLAGS --- etc/sh/rc | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index e4ea380..758988a 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -106,7 +106,6 @@ export BORG_REMOTE_PATH='borg1' NPROC="$(nproc)" export NPROC GUILE_EFFECTIVE_VERSION="$(guile -c '(display (effective-version))')" -export MAKEFLAGS="-j $NPROC" export GOPATH="$SRC/go" export VG_FLAGS=' --show-error-list=yes -- cgit v1.2.3