From b1c31b7782eec2445bcecec990a3d86eaf5f5347 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 24 Feb 2026 06:44:55 -0500 Subject: [PATCH] fix paralellism --- emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs b/emacs index 77c748a..1081f6a 100755 --- a/emacs +++ b/emacs @@ -117,6 +117,7 @@ pi ${pkgs[@]} done-detect emacs dirs=($dir $dir-nox) +nproc=$(nproc) m cd /a/opt/emacs @@ -211,7 +212,6 @@ if $recompile; then else logq ./configure fi - nproc=$(nproc) logq make -j $nproc bootstrap logq make -j $nproc if ! $nox; then -- 2.30.2