iankelling.org
/
git
/
buildscripts
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0c9fa7
)
fix paralellism
master
author
Ian Kelling
<iank@fsf.org>
Tue, 24 Feb 2026 11:44:55 +0000
(06:44 -0500)
committer
Ian Kelling
<iank@fsf.org>
Tue, 24 Feb 2026 11:44:55 +0000
(06:44 -0500)
emacs
patch
|
blob
|
history
diff --git
a/emacs
b/emacs
index 77c748aedd57d6a51f7a827bea3be7c188d759bd..1081f6a79a8fb93a8c7455d4b8f7c63f5a48ad4b 100755
(executable)
--- 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