automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nice make output


From: Ralf Corsepius
Subject: Re: Nice make output
Date: Tue, 25 Jan 2005 09:07:52 +0100

On Mon, 2005-01-24 at 16:38 +1100, Jason But wrote:
> From reading past posts, I gather that making the output of make nice is a 
> touchy subject.  While I accept that eveybody has opinion, my idea of a nice 
> Makefile is one which generates output something like

<sigh> The quarterly flamebait </sigh>
> ~me>make
>     Compiling main.c
>     Compiling foo.c
>     Compiling bar.c
>     Linking myprog
> ~me>
The primary audience of automake is developers. To them such kind of
output is more or less sensefree.

> Suggestions? ideas? comments?
Use
make >/dev/null
instead

Ralf






reply via email to

[Prev in Thread] Current Thread [Next in Thread]