summaryrefslogtreecommitdiffstats
path: root/helper
diff options
context:
space:
mode:
authorSimon Rettberg2013-04-26 21:38:52 +0200
committerSimon Rettberg2013-04-26 21:38:52 +0200
commited9b3ab919665365247d60562742633f64fff666 (patch)
tree39f16b95de58004d471f4bc3a1cdc4a693f61a76 /helper
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-ed9b3ab919665365247d60562742633f64fff666.tar.gz
tm-scripts-ed9b3ab919665365247d60562742633f64fff666.tar.xz
tm-scripts-ed9b3ab919665365247d60562742633f64fff666.zip
- Make make -j match cpu count
- Make kernel.config merging detect and replace existing config better - Add CONFIG_DRM=y to wanted kernel config - Include suse-target in git
Diffstat (limited to 'helper')
-rw-r--r--helper/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/system.inc b/helper/system.inc
index 4c0ea467..2e619a3c 100644
--- a/helper/system.inc
+++ b/helper/system.inc
@@ -16,4 +16,4 @@ KERNEL_VERSION=$(uname -r)
# determine number of CPU cores
CPU_CORES=$(cat /proc/cpuinfo | grep processor | wc -l)
-export MAKEFLAGS="-j$[$CPU_CORES +1]"
+export MAKEFLAGS="-j$CPU_CORES"