diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-17 16:02:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-17 16:02:20 +0300 |
commit | 977420e7831773a6bafaacfbfa277165451e7e43 (patch) | |
tree | 833037c9bd23ac95cbc92370afb40ca580342535 /build/pmake46 | |
parent | 59b2d1d51e2722029ca8fe36941dff2f0b1e5982 (diff) | |
download | plus-977420e7831773a6bafaacfbfa277165451e7e43.tar.gz plus-977420e7831773a6bafaacfbfa277165451e7e43.tar.bz2 plus-977420e7831773a6bafaacfbfa277165451e7e43.tar.xz plus-977420e7831773a6bafaacfbfa277165451e7e43.zip |
increase process make count in build scripts.
Diffstat (limited to 'build/pmake46')
-rwxr-xr-x | build/pmake46 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/pmake46 b/build/pmake46 index dc9a5f584..9d8201306 100755 --- a/build/pmake46 +++ b/build/pmake46 @@ -27,5 +27,5 @@ autoreconf -i --bindir=$dir/run/bin \ --mandir=$dir/run/share/man -make -j5 2>build/make.log +make -j8 2>build/make.log |