diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-05-31 02:10:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-31 02:10:15 +0300 |
commit | 260eb79381c3bc27647ade525bf3a77c903abb50 (patch) | |
tree | 8c49276ca0048671c5e08b4e9248aa9da90e9e20 /build/bmake44 | |
parent | 34ab9f77c2377d19ae4db76ea98d61dfff7a9816 (diff) | |
download | plus-260eb79381c3bc27647ade525bf3a77c903abb50.tar.gz plus-260eb79381c3bc27647ade525bf3a77c903abb50.tar.bz2 plus-260eb79381c3bc27647ade525bf3a77c903abb50.tar.xz plus-260eb79381c3bc27647ade525bf3a77c903abb50.zip |
Change jobs count to 16 in build scripts
Diffstat (limited to 'build/bmake44')
-rwxr-xr-x | build/bmake44 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/bmake44 b/build/bmake44 index 06c8d8d9a..7d369939d 100755 --- a/build/bmake44 +++ b/build/bmake44 @@ -45,8 +45,8 @@ autoreconf -i --mandir=$dir/run/share/man cd po -#make -j8 update-po 2>../build/make1.log -make -j8 update-gmo 2>../build/make1.log +#make -j16 update-po 2>../build/make1.log +make -j16 update-gmo 2>../build/make1.log cd .. -make -j8 2>build/make2.log +make -j16 2>build/make2.log |