Re: [gentoo-dev] [PATCH] xorg-2.eclass: Enable verbose build logs.

2017-03-04 Thread Matt Turner
On Sat, Mar 4, 2017 at 6:31 PM, Ulrich Mueller wrote: >> On Sat, 4 Mar 2017, Matt Turner wrote: > >> On Sat, Mar 4, 2017 at 12:03 PM, Ulrich Mueller wrote: >>> Isn't that rather pointless, given that in all non-deprecated EAPIs >>> econf will already pass

Re: [gentoo-dev] [PATCH] xorg-2.eclass: Enable verbose build logs.

2017-03-04 Thread Ulrich Mueller
> On Sat, 4 Mar 2017, Matt Turner wrote: > On Sat, Mar 4, 2017 at 12:03 PM, Ulrich Mueller wrote: >> Isn't that rather pointless, given that in all non-deprecated EAPIs >> econf will already pass --disable-silent-rules to configure? > I don't know. Please tell me if that is

Re: [gentoo-dev] [PATCH] xorg-2.eclass: Enable verbose build logs.

2017-03-04 Thread Matt Turner
On Sat, Mar 4, 2017 at 12:03 PM, Ulrich Mueller wrote: >> On Sat, 4 Mar 2017, Matt Turner wrote: > >> + # Check if package supports a verbose build >> + if grep -q -s "disable-silent-rules" ${ECONF_SOURCE:-.}/configure; then >> + local

Re: [gentoo-dev] [PATCH] xorg-2.eclass: Enable verbose build logs.

2017-03-04 Thread Ulrich Mueller
> On Sat, 4 Mar 2017, Matt Turner wrote: > + # Check if package supports a verbose build > + if grep -q -s "disable-silent-rules" ${ECONF_SOURCE:-.}/configure; then > + local no_silent="--disable-silent-rules" > + fi > + > local myeconfargs=( >

Re: [gentoo-dev] [PATCH] xorg-2.eclass: Enable verbose build logs.

2017-03-04 Thread Lars Wendler
Hi, On Sat, 4 Mar 2017 11:13:08 -0800 Matt Turner wrote: >From: Agostino Sarubbo > >Bug: https://bugs.gentoo.org/458000 >--- > eclass/xorg-2.eclass | 6 ++ > 1 file changed, 6 insertions(+) > >diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass >index 1af1705..fe44658

[gentoo-dev] [PATCH] xorg-2.eclass: Enable verbose build logs.

2017-03-04 Thread Matt Turner
From: Agostino Sarubbo Bug: https://bugs.gentoo.org/458000 --- eclass/xorg-2.eclass | 6 ++ 1 file changed, 6 insertions(+) diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 1af1705..fe44658 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@