From: Ian Kelling Date: Tue, 24 Feb 2026 11:44:55 +0000 (-0500) Subject: fix paralellism X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=b1c31b7782eec2445bcecec990a3d86eaf5f5347;p=buildscripts fix paralellism --- 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