PKGBUILD: apply extra uarches patch even when defconfig is copied #3
Loading…
Reference in a new issue
No description provided.
Delete branch "yarost12/aur-linux-clear:YF-allow-using-extra-uarches-even-with-copied-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Otherwise some default value is set which will result in a misoptimization.
@ -315,10 +320,9 @@ update_defconfig() {
make ${BUILD_FLAGS[*]} olddefconfig
diff -u $srcdir/cl-linux/config .config || :
# Patch with kernel_compiler_patch patches
It's not entirely clear if we really need to make olddefconfig here, up to you whether to leave this in or move/remove it. @JeremyStarTM
olddefconfig
is usually executed to set unset kconfig settings. This is useful when updating the kernel and reusing the kconfig from the previous kernel version. I think we should leave that insideOk, left the olddefconfig call, but the comment refers to nothing now, so I will remove it.
lgtm, waiting for reply to #3 (comment)
273f8eef39
to6da003f220
Done.