commit:     a8c399928eba0bbd84255e3819f6dd8485b3c584
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 20:31:36 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 20:54:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8c39992

dev-util/mingw64-toolchain: pass V=1 for binutils

Overlooked that parts of binutils weren't verbose, so do like the
binutils ebuild does. Harmless for gcc/runtime, so can just put it
in the generic function.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1-r2.ebuild | 4 ++--
 dev-util/mingw64-toolchain/mingw64-toolchain-11.0.0.ebuild       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1-r2.ebuild 
b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1-r2.ebuild
index cb802c55f8b1..0cd505bd6851 100644
--- a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1-r2.ebuild
+++ b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1-r2.ebuild
@@ -226,9 +226,9 @@ src_compile() {
                pushd "${build_dir}" >/dev/null || die
 
                edo "${conf[@]}"
-               emake
+               emake V=1
                # -j1 to match bug #906155, other packages may be fragile too
-               emake -j1 DESTDIR="${MWT_D}" install
+               emake -j1 V=1 DESTDIR="${MWT_D}" install
 
                declare -f mwt-${id} >/dev/null && edo mwt-${id}
                declare -f mwt-${id}_${2} >/dev/null && edo mwt-${id}_${2}

diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.0.ebuild 
b/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.0.ebuild
index 803cd398d9be..fe1e24330e9d 100644
--- a/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.0.ebuild
+++ b/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.0.ebuild
@@ -234,9 +234,9 @@ src_compile() {
                pushd "${build_dir}" >/dev/null || die
 
                edo "${conf[@]}"
-               emake
+               emake V=1
                # -j1 to match bug #906155, other packages may be fragile too
-               emake -j1 DESTDIR="${MWT_D}" install
+               emake -j1 V=1 DESTDIR="${MWT_D}" install
 
                declare -f mwt-${id} >/dev/null && edo mwt-${id}
                declare -f mwt-${id}_${2} >/dev/null && edo mwt-${id}_${2}

Reply via email to