projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40fde7a
)
Limit build load
author
Phillip Lord
<phillip.lord@russet.org.uk>
Fri, 23 Mar 2018 23:11:13 +0000
(23:11 +0000)
committer
Phillip Lord
<phillip.lord@russet.org.uk>
Fri, 23 Mar 2018 23:11:13 +0000
(23:11 +0000)
* admin/nt/dist-build/build-zips.sh: Limit build load.
admin/nt/dist-build/build-zips.sh
patch
|
blob
|
history
diff --git
a/admin/nt/dist-build/build-zips.sh
b/admin/nt/dist-build/build-zips.sh
index 3d28279885ac6c2ce7b72bb163e32cbc59db7827..ce72fc4fc94a364c164caadaf36167255ceb94a5 100755
(executable)
--- a/
admin/nt/dist-build/build-zips.sh
+++ b/
admin/nt/dist-build/build-zips.sh
@@
-61,7
+61,7
@@
function build_zip {
CFLAGS="-O2 -static -g3"
fi
- make -j 16 install \
+ make -j 16
-l 16
install \
prefix=$HOME/emacs-build/install/emacs-$VERSION/$ARCH
cd $HOME/emacs-build/install/emacs-$VERSION/$ARCH
cp $HOME/emacs-build/deps/libXpm/$ARCH/libXpm-noX4.dll bin