From e27e008c4763b6034f91f35afc2a1c395b12aa18 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sat, 27 Oct 2018 12:01:37 -0700 Subject: [PATCH] Makefile: EMERGE variable tweaks Don't (need to) use the full path and make --jobs argument smarter. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 89cc5e5..f8587aa 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ DASH = NO LOCALE ?= en_US.utf8 M4 = m4 -EMERGE = /usr/bin/emerge --jobs=4 +EMERGE = emerge --jobs=$(shell nproc --all) M4_DEFS = -D HOSTNAME=$(HOSTNAME) M4C = $(M4) $(M4_DEFS) USEPKG = --usepkg --binpkg-respect-use=y