From 3f80155b4f0e78b5852af47bb65a871ee43827ea Mon Sep 17 00:00:00 2001 From: Nick Vyzas Date: Fri, 28 Feb 2020 00:42:10 +0200 Subject: [PATCH] Revert to auto configuration of build job num Removing patch to force 8x jobs during build, this was needed to build the previous version of the package. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 58694a340..b275a5d45 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,7 @@ ifeq ($(OS),Darwin) NPROCS := $(shell sysctl -n hw.ncpu) endif -# Force to 8 for automatic build -export MAKEOPT=-j 8 - -#export MAKEOPT=-j ${NPROCS} +export MAKEOPT=-j ${NPROCS} ifeq ($(wildcard /usr/lib/systemd/system), /usr/lib/systemd/system) SYSTEMD=1