svn commit: r187132 - head/usr.bin/make

Erik Trulsson ertr1013 at student.uu.se
Fri Jan 30 04:52:19 PST 2009


On Fri, Jan 30, 2009 at 01:02:15PM +0100, Ivan Voras wrote:
> 2009/1/30 David O'Brien <obrien at freebsd.org>:
> 
> > compiler invocation must really bug you.  Perhaps we should have the
> > quiet out put of the ncftp3 build where every complication takes only
> > 1 line:
> >
> >    Compiling DStrCat.so:                                     [OK]
> >    Compiling DStrFree.so:                                    [OK]
> >    Compiling Dynscpy.so:                                     [OK]
> >    Compiling Strncpy.so:                                     [OK]
> >    Compiling strtokc.so:                                     [OK]
> >    ..snip..
> 
> I'd vote for that being the default :)

I would not.  In fact I am quite happy that is not the default.

> 
> It's also the mode used by Linux kernel (note that it's not a pro or a
> contra argument in itself), e.g.

True, and it is a PITA when there is a problem with the compilation, since
you need to add extra flags to the verbose output so you can find out what
flags the compiler actually was invoked with.



-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013 at student.uu.se


More information about the svn-src-all mailing list