Date: Thu, 1 Dec 2011 00:25:15 +0000 From: Alexander Best <arundel@freebsd.org> To: Warner Losh <imp@bsdimp.com> Cc: Doug Barton <dougb@FreeBSD.ORG>, Warner Losh <imp@FreeBSD.ORG>, current@FreeBSD.ORG, John Baldwin <jhb@FreeBSD.ORG> Subject: Re: Remove debug echo Message-ID: <20111201002515.GA50028@freebsd.org> In-Reply-To: <A6C0CFB3-A657-41AA-8A2E-172D95BD0F98@bsdimp.com> References: <201111291607.26546.jhb@freebsd.org> <A6C0CFB3-A657-41AA-8A2E-172D95BD0F98@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue Nov 29 11, Warner Losh wrote:
> kill it.
>
> Warner
> On Nov 29, 2011, at 2:07 PM, John Baldwin wrote:
>
> > Any objections to this? It removes a weird line during 'make -s buildworld'
> > output and I think it was debugging accidentally left in in 213077 by Warner:
> >
> > Index: newvers.sh
> > ===================================================================
> > --- newvers.sh (revision 228074)
> > +++ newvers.sh (working copy)
> > @@ -99,7 +99,6 @@ for dir in /bin /usr/bin /usr/local/bin; do
> > done
> >
> > if [ -n "$svnversion" ] ; then
> > - echo "$svnversion"
> > svn=`cd ${SYSDIR} && $svnversion`
> > case "$svn" in
> > [0-9]*) svn=" r${svn}" ;;
also...
when running buildkernel via 'make -s', do we really need all those module
printfs? i see messages for "cleandir", "obj", "depend" and "all". i think for
'make -s', that's pure overkill!
for a GENERIC kernel, 'make' enters ~ 670 module dirs. take that times 4 and
you'll get 2680 lines of output. not really *silent*, is it? ;)
cheers.
alex
> >
> > --
> > John Baldwin
> >
> >
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111201002515.GA50028>
