[Kst] branches/work/kst/portto4/kst/misc

Peter Kümmel syntheticpp at gmx.net
Sun May 20 13:33:45 UTC 2012


SVN commit 1295757 by kuemmel:

infinite jobs is no good idea

 M  +2 -2      linux-release.sh  


--- branches/work/kst/portto4/kst/misc/linux-release.sh #1295756:1295757
@@ -19,9 +19,9 @@
 then
 	cmake ../kst/cmake -Dkst_release=1 -Dkst_merge_files=1 -Dkst_version_string=$1 -Dkst_install_prefix=$kst_install_prefix -Dkst_3rdparty_build=1 -Dkst_deploy=1
 	cd 3rdparty
-	make -j
+	make -j8
 	cd ..
-	make -j
+	make -j8
 	make 
 	make install/strip
 	strip ${kst_install_prefix}/lib


More information about the Kst mailing list