autoconf
[Top][All Lists]
Advanced

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

Re: less verbose outputs during make


From: Bill Moseley
Subject: Re: less verbose outputs during make
Date: Fri, 29 Apr 2005 07:12:32 -0700
User-agent: Mutt/1.5.6+20040907i

On Thu, Apr 28, 2005 at 10:09:51PM +0300, Ilkka Urtamo wrote:
> Is it possible to change the output to simple
> 
> g++ source.cpp
> 
> This way any warnings are much more readable when compiling multible 
> source files and there is lots of different flags/paths in the g++ line.

Sorry if this is too simple, but I do this to only see warnings and
errors:

   make > /dev/null


-- 
Bill Moseley
address@hidden





reply via email to

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