summaryrefslogtreecommitdiff
path: root/build/pmake
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-17 16:02:20 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-17 16:02:20 +0300
commit977420e7831773a6bafaacfbfa277165451e7e43 (patch)
tree833037c9bd23ac95cbc92370afb40ca580342535 /build/pmake
parent59b2d1d51e2722029ca8fe36941dff2f0b1e5982 (diff)
downloadmv-977420e7831773a6bafaacfbfa277165451e7e43.tar.gz
mv-977420e7831773a6bafaacfbfa277165451e7e43.tar.bz2
mv-977420e7831773a6bafaacfbfa277165451e7e43.tar.xz
mv-977420e7831773a6bafaacfbfa277165451e7e43.zip
increase process make count 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 1c08670d6..7a5d3d440 100755
--- a/build/pmake
+++ b/build/pmake
@@ -35,7 +35,7 @@ autoreconf -i
--mandir=$dir/run/share/man
cd po
-make -j5 update-gmo 2>../build/make1.log
+make -j8 update-gmo 2>../build/make1.log
cd ..
-make -j5 2>build/make2.log
+make -j8 2>build/make2.log