diff options
author | EuAndreh <eu@euandre.org> | 2023-09-14 11:00:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-09-14 11:00:01 -0300 |
commit | b01a85ecf4828b9695a1a8db4e8013fdad3410e2 (patch) | |
tree | e28c85bad6d8f613e6d66d5063e92b1a29b9b016 | |
parent | bin/muffle: Re-interleave STDOUT and STDERR on error (diff) | |
download | dotfiles-b01a85ecf4828b9695a1a8db4e8013fdad3410e2.tar.gz dotfiles-b01a85ecf4828b9695a1a8db4e8013fdad3410e2.tar.xz |
Revert "etc/sh/rc: Remove $MAKEFLAGS"
This reverts commit 0c0907c57ff1cf5b0d015e1607582c7469de95fb.
-rw-r--r-- | etc/sh/rc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ 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 |