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:
parent
58b014ae88
commit
3d84175a0f
1 changed files with 1 additions and 8 deletions
|
@ -71,14 +71,7 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
unset LDFLAGS
|
unset LDFLAGS
|
||||||
# V=1: otherwise it compiles a lot of files silently
|
# V=1: workaround for pma#1990
|
||||||
# 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.
|
|
||||||
make ARCH="$_carch" CC="${CC:-gcc}" KCFLAGS="-Wno-array-bounds" \
|
make ARCH="$_carch" CC="${CC:-gcc}" KCFLAGS="-Wno-array-bounds" \
|
||||||
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS" \
|
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS" \
|
||||||
V=1
|
V=1
|
||||||
|
|
Loading…
Reference in a new issue