summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantman6662021-07-29 09:53:52 +0800
committerantman6662021-07-29 09:53:52 +0800
commit44cfa7fa1caf7bf6f91ee71238379c7040f88bfa (patch)
treed57bf2c8c691e36957239b9e0f93672cf8745a2c
parentbf51df2a1bfc59d3b1934291d3504434b7f2d1b7 (diff)
downloadaur-44cfa7fa1caf7bf6f91ee71238379c7040f88bfa.tar.gz
update linux-ck-uksm to 5.12.19-3
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 346199a762b9..bbccf0e98e16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -75,6 +75,7 @@ _ckpatchversion=1
_ckpatch="patch-${_major}-ck${_ckpatchversion}"
_gcc_more_v=20210610
_patches_url="https://gitlab.com/sirlucjan/kernel-patches/-/raw/master/${_major}"
+_jobs=$(nproc)
arch=(x86_64)
url="https://wiki.archlinux.org/index.php/Linux-ck"
license=(GPL2)
@@ -217,7 +218,7 @@ prepare() {
build() {
cd linux-${pkgver}
- make -j40 all
+ make -j${_jobs} all
}
_package() {