Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: gentoo-dev@l.g.o
Cc: Agostino Sarubbo <ago@g.o>
Subject: Re: [gentoo-dev] [PATCH] xorg-2.eclass: Enable verbose build logs.
Date: Sat, 04 Mar 2017 20:04:38
Message-Id: 22715.7599.62381.834367@a1i15.kph.uni-mainz.de
In Reply to: [gentoo-dev] [PATCH] xorg-2.eclass: Enable verbose build logs. by Matt Turner
1 >>>>> On Sat, 4 Mar 2017, Matt Turner wrote:
2
3 > + # Check if package supports a verbose build
4 > + if grep -q -s "disable-silent-rules" ${ECONF_SOURCE:-.}/configure; then
5 > + local no_silent="--disable-silent-rules"
6 > + fi
7 > +
8 > local myeconfargs=(
9 > ${dep_track}
10 > ${selective_werror}
11 > + ${no_silent}
12 > ${FONT_OPTIONS}
13 > "${xorgconfadd[@]}"
14 > )
15
16 Isn't that rather pointless, given that in all non-deprecated EAPIs
17 econf will already pass --disable-silent-rules to configure?
18
19 Ulrich

Replies

Subject Author
Re: [gentoo-dev] [PATCH] xorg-2.eclass: Enable verbose build logs. Matt Turner <mattst88@g.o>