1
0
Fork 0

KBUILD_RPROMPTS is exported, no need to explicitly (and incorrectly) mention it

This commit is contained in:
Pratham Patel 2024-04-23 06:30:29 +05:30
parent 1958d75117
commit 7ff23a9df7
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ function build_kernel() {
sed -i "s/_smp_mflags %{nil}/_smp_mflags ${MAX_PARALLEL_JOBS}/g" scripts/Makefile.package
# shellcheck disable=SC2086
time make binrpm-pkg ${KBUILD_RPROMPTS}
time make binrpm-pkg
}
function install_kernel() {