All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <shemming@brocade.com>
To: David Ahern <dsa@cumulusnetworks.com>
Cc: <netdev@vger.kernel.org>
Subject: Re: [PATCH v2] Make builds default to quiet mode
Date: Tue, 31 May 2016 12:15:13 -0700	[thread overview]
Message-ID: <20160531121513.416c48ae@xeon-e3> (raw)
In-Reply-To: <1464127489-5232-1-git-send-email-dsa@cumulusnetworks.com>

On Tue, 24 May 2016 15:04:49 -0700
David Ahern <dsa@cumulusnetworks.com> wrote:

> Similar to the Linux kernel and perf add infrastructure to reduce the
> amount of output tossed to a user during a build. Full build output
> can be obtained with 'make V=1'
> 
> Builds go from:
> 
> make[1]: Leaving directory `/home/dsa/iproute2.git/lib'
> make[1]: Entering directory `/home/dsa/iproute2.git/ip'
> gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE    -c -o ip.o ip.c
> gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE    -c -o ipaddress.o ipaddress.c
> 
> to:
> 
> ...
>     AR       libutil.a
> 
> ip
>     CC       ip.o
>     CC       ipaddress.o
> ...
> 
> Signed-off-by: David Ahern <dsa@cumulusnetworks.com>

Looks good applied.

      reply	other threads:[~2016-05-31 19:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-24 22:04 [PATCH v2] Make builds default to quiet mode David Ahern
2016-05-31 19:15 ` Stephen Hemminger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160531121513.416c48ae@xeon-e3 \
    --to=shemming@brocade.com \
    --cc=dsa@cumulusnetworks.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.