[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/gpg4win/scripts/debian-xcompile
From:       Andre Heinecke <aheinecke () intevation ! de>
Date:       2012-12-06 10:28:57
Message-ID: 20121206102857.C62EBAC867 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1327565 by aheinecke:

Add NICENESS and MAKE_JOBS to config


 M  +6 -0      config  


--- branches/work/gpg4win/scripts/debian-xcompile/config #1327564:1327565
@@ -1,5 +1,11 @@
 #!/bin/bash
 
+# Configure here if the build should be nice
+readonly NICENESS="ionice -c 3 nice "
+
+# Configure here the amount of jobs to use
+readonly MAKE_JOBS="$((`grep vendor_id /proc/cpuinfo | wc -l` + 1))"
+
 if [ "$USER" != root ] ; then
     readonly BUILDDIR="$PWD/build"
     readonly SRCDIR="$PWD/src"
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic