On Mon, Jan 12, 2009 at 04:20:41PM +0100, Jonathan Schleifer wrote:
> >I don't know others, but as developer I would never prefer colorful
> >output over the real one, and I don't find it very useful, neither
> >for me
> >nor for anyone who might need to report issues during building.
>
> Well, you see the compiler and linker flags if you look at the
> Makefile. This is usually enough.
No, it isn't. There may be errors in the Makefile. There may be
overrides in the environment and/or command line that may *not*
work as desired which you can't check by just looking at the Makefile.
And there are people like me who want to check wether a Makefile
correctly picks up CFLAGS, CC etc. if overridden. Like (in a port's
directory): DEBUG=-g make
Ciao,
Ki "Makefile nazi" li
--
C programmers never die. They're just cast into void.