Hi there, building using aur build -cT seems to ignore all my MAKEFLAGS. The MAKEFLAGS exist in the root's makepkg.conf but the temporary container has this at the end of its makepkg.conf:
# vim: set ft=sh ts=2 sw=2 et:
BUILDDIR=/build
PKGDEST=/pkgdest
SRCPKGDEST=/srcpkgdest
SRCDEST=/srcdest
LOGDEST=/logdest
MAKEFLAGS=''
PACKAGER=''
I'm not too sure how to debug this further.