All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kim Phillips <kim.phillips@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH next] silence awk command display during build
Date: Wed, 15 Sep 2010 11:12:32 -0500	[thread overview]
Message-ID: <20100915111232.0ac8a48e.kim.phillips@freescale.com> (raw)
In-Reply-To: <201009142209.59812.vapier@gentoo.org>

On Tue, 14 Sep 2010 22:09:58 -0400
Mike Frysinger <vapier@gentoo.org> wrote:

> On Tuesday, September 14, 2010 18:04:29 Wolfgang Denk wrote:
> > Mike Frysinger wrote:
> > > instead of silencing a somewhat complicated command that could break the
> > > build system if it goes wrong, use the mechanisms already in place if
> > > you want nice & concise output -- the --silent option to make.  i dont
> > > see a problem with this output you've quoted in the normal run of
> > > things.
> > 
> > I do. It is a change in behaviour and potentially braks a number of
> > build systems.
> 
> as Kim highlighted, this has already been "broken" somewhat by other commits 
> as sometimes output can be shown before the config line.  so if it was 

what commits?  awk is the only command in the area that isn't silenced
in make.  wrt the output...I believe that was distclean speaking..make
config only emits "configuring for blah.."

> breaking people, wouldnt they have complained by now ?

both the MAKEALL and make blah_config behaviour have changed since:

commit 866b5619fbc15db8a88954961bbc371c2c9c8b86
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Wed Aug 11 18:52:36 2010 -0400

    Makefile: restore support for board shortcut targets

I was originally confused because build verbosity is has a reversed
sense in u-boot (make is by default noisy, needs silencing vs. linux'
make is by default 'neat', needs verbosity flag set to be noisy), but I
tend to agree with WD on this one.  Else, e.g., why isn't the mkconfig
invocation noisy?

Anyway, for backward noise compatible operation, the 1st patch in this
thread should be applied.

Kim

  reply	other threads:[~2010-09-15 16:12 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-14  1:17 [U-Boot] [PATCH next] silence awk command display during build Kim Phillips
2010-09-14  1:59 ` Mike Frysinger
2010-09-14 18:41   ` Kim Phillips
2010-09-14 19:25     ` Mike Frysinger
2010-09-14 19:48       ` [U-Boot] [PATCH next v2] silence config step commands display during MAKEALL builds Kim Phillips
2010-09-14 19:59         ` Mike Frysinger
2010-09-21 19:47         ` Wolfgang Denk
2010-09-14 22:04       ` [U-Boot] [PATCH next] silence awk command display during build Wolfgang Denk
2010-09-15  2:09         ` Mike Frysinger
2010-09-15 16:12           ` Kim Phillips [this message]
2010-09-15 19:14             ` Mike Frysinger
2010-09-15 19:28               ` Wolfgang Denk
2010-09-15 20:20                 ` Mike Frysinger
2010-09-15 21:25                   ` Wolfgang Denk
2010-09-16  6:20                     ` Mike Frysinger

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=20100915111232.0ac8a48e.kim.phillips@freescale.com \
    --to=kim.phillips@freescale.com \
    --cc=u-boot@lists.denx.de \
    /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.