From: Daan De Meyer Date: Fri, 24 Jan 2025 09:54:51 +0000 (+0100) Subject: mkosi: Drop usage of _systemd_QUIET in arch build script X-Git-Tag: v258-rc1~1500 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dab59e610720c022f962311069c95fd8569f82a;p=thirdparty%2Fsystemd.git mkosi: Drop usage of _systemd_QUIET in arch build script We dropped the variable in the packaging specs for Arch to keep the integration points as minimal as possible so let's stop using it in the build script as well. --- diff --git a/mkosi.images/build/mkosi.conf.d/arch/mkosi.build.chroot b/mkosi.images/build/mkosi.conf.d/arch/mkosi.build.chroot index 202646f0ad5..2a5b10251b9 100755 --- a/mkosi.images/build/mkosi.conf.d/arch/mkosi.build.chroot +++ b/mkosi.images/build/mkosi.conf.d/arch/mkosi.build.chroot @@ -85,7 +85,6 @@ env --chdir="pkg/$PKG_SUBDIR" \ $( ((WITH_TESTS)) || echo --nocheck) \ --force \ _systemd_UPSTREAM=1 \ - _systemd_QUIET=$( ((MESON_VERBOSE)); echo $? ) \ BUILDDIR="$PWD/pkg/$PKG_SUBDIR" \ PKGDEST="$BUILDDIR" \ PKGEXT=".pkg.tar" \