summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lshumake@codeaurora.org>2015-06-11 09:08:29 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-07-19 19:13:56 -0600
commitdd24df5f3765e0771d91892824298349c367fddb (patch)
tree13d5091417ad0c5bbb158f55be4beadbca69ec1c
parentad70cc9c05bda02de3bd06c910cec54863e8c024 (diff)
set MAKEFLAGS to -j$(nproc) on login
-rw-r--r--.config/login.d/10_makeflags.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/login.d/10_makeflags.sh b/.config/login.d/10_makeflags.sh
new file mode 100644
index 0000000..671c6d3
--- /dev/null
+++ b/.config/login.d/10_makeflags.sh
@@ -0,0 +1,2 @@
+#!/hint/sh
+export MAKEFLAGS="-j$(nproc)"