summaryrefslogtreecommitdiff
path: root/build/pmake
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-31 02:10:15 +0300
committerAndrei Karas <akaras@inbox.ru>2019-05-31 02:10:15 +0300
commit260eb79381c3bc27647ade525bf3a77c903abb50 (patch)
tree8c49276ca0048671c5e08b4e9248aa9da90e9e20 /build/pmake
parent34ab9f77c2377d19ae4db76ea98d61dfff7a9816 (diff)
downloadManaVerse-260eb79381c3bc27647ade525bf3a77c903abb50.tar.gz
ManaVerse-260eb79381c3bc27647ade525bf3a77c903abb50.tar.bz2
ManaVerse-260eb79381c3bc27647ade525bf3a77c903abb50.tar.xz
ManaVerse-260eb79381c3bc27647ade525bf3a77c903abb50.zip
Change jobs count to 16 in build scripts
Diffstat (limited to 'build/pmake')
-rwxr-xr-xbuild/pmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/pmake b/build/pmake
index e016e0390..d710cb8b2 100755
--- a/build/pmake
+++ b/build/pmake
@@ -21,7 +21,7 @@ cd build/tmp
--mandir=$dir/run/share/man
cd po
-make -j8 update-gmo 2>../../make1.log
+make -j16 update-gmo 2>../../make1.log
cd ..
-make -j8 2>../make2.log
+make -j16 2>../make2.log