summaryrefslogtreecommitdiffstats
path: root/source/k
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/k/kernel-configs/config-generic-4.14.71 (renamed from source/k/kernel-configs/config-generic-4.14.70)2
-rw-r--r--source/k/kernel-configs/config-generic-4.14.71.x64 (renamed from source/k/kernel-configs/config-generic-4.14.70.x64)2
-rw-r--r--source/k/kernel-configs/config-generic-smp-4.14.71-smp (renamed from source/k/kernel-configs/config-generic-smp-4.14.70-smp)2
-rw-r--r--source/k/kernel-configs/config-huge-4.14.71 (renamed from source/k/kernel-configs/config-huge-4.14.70)2
-rw-r--r--source/k/kernel-configs/config-huge-4.14.71.x64 (renamed from source/k/kernel-configs/config-huge-4.14.70.x64)2
-rw-r--r--source/k/kernel-configs/config-huge-smp-4.14.71-smp (renamed from source/k/kernel-configs/config-huge-smp-4.14.70-smp)2
-rw-r--r--source/kde/kde.options4
7 files changed, 7 insertions, 9 deletions
diff --git a/source/k/kernel-configs/config-generic-4.14.70 b/source/k/kernel-configs/config-generic-4.14.71
index 445ad77bd..f2d216dfd 100644
--- a/source/k/kernel-configs/config-generic-4.14.70
+++ b/source/k/kernel-configs/config-generic-4.14.71
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.70 Kernel Configuration
+# Linux/x86 4.14.71 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/source/k/kernel-configs/config-generic-4.14.70.x64 b/source/k/kernel-configs/config-generic-4.14.71.x64
index 6db60abdf..91cc4d889 100644
--- a/source/k/kernel-configs/config-generic-4.14.70.x64
+++ b/source/k/kernel-configs/config-generic-4.14.71.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.70 Kernel Configuration
+# Linux/x86 4.14.71 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/source/k/kernel-configs/config-generic-smp-4.14.70-smp b/source/k/kernel-configs/config-generic-smp-4.14.71-smp
index 239c6cc59..93a1c4fc1 100644
--- a/source/k/kernel-configs/config-generic-smp-4.14.70-smp
+++ b/source/k/kernel-configs/config-generic-smp-4.14.71-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.70 Kernel Configuration
+# Linux/x86 4.14.71 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/source/k/kernel-configs/config-huge-4.14.70 b/source/k/kernel-configs/config-huge-4.14.71
index 58c1a2ed3..7567b2f97 100644
--- a/source/k/kernel-configs/config-huge-4.14.70
+++ b/source/k/kernel-configs/config-huge-4.14.71
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.70 Kernel Configuration
+# Linux/x86 4.14.71 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/source/k/kernel-configs/config-huge-4.14.70.x64 b/source/k/kernel-configs/config-huge-4.14.71.x64
index 266943657..4571e9711 100644
--- a/source/k/kernel-configs/config-huge-4.14.70.x64
+++ b/source/k/kernel-configs/config-huge-4.14.71.x64
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.70 Kernel Configuration
+# Linux/x86 4.14.71 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
diff --git a/source/k/kernel-configs/config-huge-smp-4.14.70-smp b/source/k/kernel-configs/config-huge-smp-4.14.71-smp
index 4faa7e05a..1ea01cf23 100644
--- a/source/k/kernel-configs/config-huge-smp-4.14.70-smp
+++ b/source/k/kernel-configs/config-huge-smp-4.14.71-smp
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.14.70 Kernel Configuration
+# Linux/x86 4.14.71 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
diff --git a/source/kde/kde.options b/source/kde/kde.options
index 0557cb07d..873c72307 100644
--- a/source/kde/kde.options
+++ b/source/kde/kde.options
@@ -47,9 +47,7 @@ if [ -z "$SLKCFLAGS" ]; then
fi
# Use this to set the number of parallel make jobs:
-if [ -z "$NUMJOBS" ]; then
- export NUMJOBS="-j7"
-fi
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
# Additional cmake flags that are spanned across the KDE modules
# Do not use "final build" unless we build an actual release.