]> git.eshelyaron.com Git - emacs.git/commitdiff
Limit build load
authorPhillip Lord <phillip.lord@russet.org.uk>
Fri, 23 Mar 2018 23:11:13 +0000 (23:11 +0000)
committerPhillip 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

index 3d28279885ac6c2ce7b72bb163e32cbc59db7827..ce72fc4fc94a364c164caadaf36167255ceb94a5 100755 (executable)
@@ -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