From 217a8f4f7a2c0157b6d712c248c6b3b971e462bf Mon Sep 17 00:00:00 2001 From: Midgard <2885-Midgard@users.noreply.framagit.org> Date: Thu, 13 Jun 2019 19:37:13 +0200 Subject: [PATCH] [profile] Remove default -j X for make Badly written makefiles break when you run them in parallel --- profile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/profile b/profile index 21c6dba..7dbb283 100644 --- a/profile +++ b/profile @@ -5,12 +5,6 @@ export VISUAL="$EDITOR" export TERMINAL=xfce4-terminal -if which nproc >/dev/null 2>&1; then - export MAKEFLAGS="-j $(( $(nproc) * 3 / 4 ))" -else - export MAKEFLAGS="-j 2" -fi - export PARINIT="rTbgqR B=.,?_A_a Q=_s>|" export PIPENV_VENV_IN_PROJECT=true