linux-postmarketos-exynos4: mention pma#1990 (cosmetic) (MR 3929)

Replace the large comment with a shorter one where the issue is getting
tracked.
This commit is contained in:
Oliver Smith 2023-03-05 16:42:43 +01:00
parent 58b014ae88
commit 3d84175a0f
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -71,14 +71,7 @@ prepare() {
build() {
unset LDFLAGS
# V=1: otherwise it compiles a lot of files silently
# https://builds.sr.ht/~postmarketos/job/948827#task-pmbootstrap_build-463
# pmbootstrap will kill the build for not printing any output after
# 15 minutes, as usually this means the build is in an infinite loop
# somewhere. Looks like the silent mode in linux' Makefile was
# refactored recently and this is a bug? Can be removed again after
# upgrading the kernel again and ensuring that it doesn't do a silent
# build anymore.
# V=1: workaround for pma#1990
make ARCH="$_carch" CC="${CC:-gcc}" KCFLAGS="-Wno-array-bounds" \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS" \
V=1