summaryrefslogtreecommitdiff
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
parent59b2d1d51e2722029ca8fe36941dff2f0b1e5982 (diff)
downloadplus-977420e7831773a6bafaacfbfa277165451e7e43.tar.gz
plus-977420e7831773a6bafaacfbfa277165451e7e43.tar.bz2
plus-977420e7831773a6bafaacfbfa277165451e7e43.tar.xz
plus-977420e7831773a6bafaacfbfa277165451e7e43.zip
increase process make count in build scripts.
-rwxr-xr-xbuild/bcmake2
-rwxr-xr-xbuild/bmake4
-rwxr-xr-xbuild/bmake446
-rwxr-xr-xbuild/bmake456
-rwxr-xr-xbuild/bmake466
-rwxr-xr-xbuild/bmakedebug4
-rwxr-xr-xbuild/bmakespeed4
-rwxr-xr-xbuild/dcmake2
-rwxr-xr-xbuild/pcmake2
-rwxr-xr-xbuild/pmake4
-rwxr-xr-xbuild/pmake462
11 files changed, 21 insertions, 21 deletions
diff --git a/build/bcmake b/build/bcmake
index b6c36a41d..ec0234367 100755
--- a/build/bcmake
+++ b/build/bcmake
@@ -7,5 +7,5 @@ export CXXFLAGS="-Wall -O5 -flto -fwhole-program -ffast-math -funswitch-loops -f
#export CXXFLAGS="-Wall -O5 -g1 -ffast-math -funswitch-loops -funsafe-loop-optimizations -std=gnu++0x"
cmake -DCMAKE_TOOLCHAIN_FILE=build/toolchain.cmake . 2>build/make1.log
-make -j5 VERBOSE=1 2>>build/make.log
+make -j8 VERBOSE=1 2>>build/make.log
diff --git a/build/bmake b/build/bmake
index 7e5076655..0e6761bb7 100755
--- a/build/bmake
+++ b/build/bmake
@@ -48,7 +48,7 @@ autoreconf -i
--enable-eathena=yes
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
diff --git a/build/bmake44 b/build/bmake44
index ad61b7707..a347dd7cb 100755
--- a/build/bmake44
+++ b/build/bmake44
@@ -44,8 +44,8 @@ autoreconf -i
--mandir=$dir/run/share/man
cd po
-#make -j5 update-po 2>../build/make1.log
-make -j5 update-gmo 2>../build/make1.log
+#make -j8 update-po 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
diff --git a/build/bmake45 b/build/bmake45
index 33df5d180..472c133f1 100755
--- a/build/bmake45
+++ b/build/bmake45
@@ -53,8 +53,8 @@ autoreconf -i
#--without-librt
cd po
-#make -j5 update-po 2>../make1.log
-make -j5 update-gmo 2>../build/make1.log
+#make -j8 update-po 2>../make1.log
+make -j8 update-gmo 2>../build/make1.log
cd ..
-make -j5 2>build/make2.log
+make -j8 2>build/make2.log
diff --git a/build/bmake46 b/build/bmake46
index 8803b7ce7..7c97dd983 100755
--- a/build/bmake46
+++ b/build/bmake46
@@ -63,8 +63,8 @@ autoreconf -i
--enable-googleprofiler=no
cd po
-#make -j5 update-po 2>../build/make1.log
-make -j5 update-gmo 2>../build/make1.log
+#make -j8 update-po 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
diff --git a/build/bmakedebug b/build/bmakedebug
index bbce185c2..5532a2b8a 100755
--- a/build/bmakedebug
+++ b/build/bmakedebug
@@ -49,7 +49,7 @@ autoreconf -i
--enable-eathena=yes
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
diff --git a/build/bmakespeed b/build/bmakespeed
index 52625c268..5f182c815 100755
--- a/build/bmakespeed
+++ b/build/bmakespeed
@@ -24,7 +24,7 @@ autoreconf -i
--enable-eathena=yes
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
diff --git a/build/dcmake b/build/dcmake
index 66bc70190..9a1b61a93 100755
--- a/build/dcmake
+++ b/build/dcmake
@@ -6,5 +6,5 @@ export PATH=/home/mingw/cross/i686-w64-mingw32/bin:/home/mingw/cross/bin:$PATH
export CXXFLAGS="-Wall -g1 -O2 -ffast-math -std=gnu++0x -funswitch-loops -funsafe-loop-optimizations"
cmake -DCMAKE_TOOLCHAIN_FILE=build/toolchain.cmake . 2>build/make1.log
-make -j5 VERBOSE=1 2>>build/make.log
+make -j8 VERBOSE=1 2>>build/make.log
diff --git a/build/pcmake b/build/pcmake
index f457ffa61..543e906ce 100755
--- a/build/pcmake
+++ b/build/pcmake
@@ -6,5 +6,5 @@ export PATH=/home/mingw/cross/i686-w64-mingw32/bin:/home/mingw/cross/bin:$PATH
export CXXFLAGS="-Wall -g1 -O2 -pg -ffast-math -std=gnu++0x"
cmake -DCMAKE_TOOLCHAIN_FILE=build/toolchain.cmake . 2>build/make1.log
-make -j5 VERBOSE=1 2>>build/make.log
+make -j8 VERBOSE=1 2>>build/make.log
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
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