autoconf
[Top][All Lists]
Advanced

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

Re: modification of what is displayed during compilation


From: Eric Sunshine
Subject: Re: modification of what is displayed during compilation
Date: Fri, 9 Apr 2004 10:12:39 -0400

On Fri, 9 Apr 2004 15:52:37 +0200 (MEST), Vincent Torri wrote:
> So i would like to know if it is possible to modify the configure.in or
> Makefile.am, in order to:
> 1) avoid the display of the compilation line
> 2) replace it by something like
> "Compilation of the file bidule.c"

You can achieve #1 by invoking 'make' with the -s option.  For instance,  
"make -s all".

-- ES




reply via email to

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