On 25/08/20 10:11, Marc-André Lureau wrote:
>
> As far I know make doesn't redirect output. Or maybe it redirects using
> a pty (instead of a pipe) in case stdout is a terminal. At least auto
> mode for colored gcc warnings works fine with make. It is colored when
> started in a
On Tue, Aug 25, 2020 at 06:26:33AM -0700, Richard Henderson wrote:
> On 8/24/20 11:43 PM, Gerd Hoffmann wrote:
> > Dunno why the default is set to "always". IMHO it should be "auto",
> > i.e. only colorize in case stdout goes to a terminal. Cluttering
> > logfiles and confusing compiler message p
On 8/24/20 11:43 PM, Gerd Hoffmann wrote:
> Dunno why the default is set to "always". IMHO it should be "auto",
> i.e. only colorize in case stdout goes to a terminal. Cluttering
> logfiles and confusing compiler message parsers with terminal control
> sequences is not nice ...
>
> Signed-off-by
Hi
On Tue, Aug 25, 2020 at 12:07 PM Gerd Hoffmann wrote:
> On Tue, Aug 25, 2020 at 10:59:42AM +0400, Marc-André Lureau wrote:
> > Hi
> >
> > On Tue, Aug 25, 2020 at 10:44 AM Gerd Hoffmann
> wrote:
> >
> > > Dunno why the default is set to "always". IMHO it should be "auto",
> > > i.e. only col
On Tue, Aug 25, 2020 at 10:59:42AM +0400, Marc-André Lureau wrote:
> Hi
>
> On Tue, Aug 25, 2020 at 10:44 AM Gerd Hoffmann wrote:
>
> > Dunno why the default is set to "always". IMHO it should be "auto",
> > i.e. only colorize in case stdout goes to a terminal. Cluttering
> > logfiles and con
Hi
On Tue, Aug 25, 2020 at 10:44 AM Gerd Hoffmann wrote:
> Dunno why the default is set to "always". IMHO it should be "auto",
> i.e. only colorize in case stdout goes to a terminal. Cluttering
> logfiles and confusing compiler message parsers with terminal control
> sequences is not nice ...
Dunno why the default is set to "always". IMHO it should be "auto",
i.e. only colorize in case stdout goes to a terminal. Cluttering
logfiles and confusing compiler message parsers with terminal control
sequences is not nice ...
Signed-off-by: Gerd Hoffmann
---
meson.build | 3 ++-
1 file chan