All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH next] silence awk command display during build
Date: Wed, 15 Sep 2010 23:25:25 +0200	[thread overview]
Message-ID: <20100915212525.EE85215242D@gemini.denx.de> (raw)
In-Reply-To: <201009151620.05329.vapier@gentoo.org>

Dear Mike Frysinger,

In message <201009151620.05329.vapier@gentoo.org> you wrote:
>
> i dont really want this to be completely silenced all the time.  introduce a 
> variable to prefix things with for people to control ?
> Q_BUILD = @
> ...
> 	$(Q_BUILD).....

NAK. Please do not add such mess to the Makefile. It does not belong
there.  If you want such behaviour, it should be added to the make
command itself.

I repeat myself, but all this cmd_* / quiet_cmd_* stuff etc. we see
in the Linux kernel Makefiles (and copied around into a zillion of
other projects) does not belong to the Makefile; it should be
implemented inside make itself.

I never understood why nobody bothered to solve the problem at the
root.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Steal five dollars and you were a petty  thief.  Steal  thousands  of
dollars and you are either a government or a hero.
                                   - Terry Pratchett, _Going_Postal_

  reply	other threads:[~2010-09-15 21:25 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
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 [this message]
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=20100915212525.EE85215242D@gemini.denx.de \
    --to=wd@denx.de \
    --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.