This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Piping output of compilation to /dev/null?
On Sun, May 12, 2002 at 12:40:44PM -0700, Russ Allbery wrote:
> Christian Jönsson <christian@j-son.org> writes:
> > On Sun, May 12, 2002 at 09:31:42PM +0200, Christian Jönsson wrote:
>
> >> When building GCC, I notice that in a few places the compiler output is
> >> piped to /dev/null. I assume this is because we do not want to pollute
> >> the log files with noise such as warnings...
>
> > I should have said the compiler's stdout and stderr output...
>
> Would this by any chance be places where libtool is being used to build
> static and shared libraries?
yes, that would be it :-( ok, i understand now, i should have look more
carefully.
Cheers,
/ChJ