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: Mon, 13 Sep 2010 20:17:30 -0500 [thread overview]
Message-ID: <20100913201730.3f2bc58f.kim.phillips@freescale.com> (raw)
[u-boot next]$ ./MAKEALL 83xx
awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend
Configuring for ve8313 board...
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
---
applies to u-boot.git's next branch.
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 36f2e1e..50bbe08 100644
--- a/Makefile
+++ b/Makefile
@@ -495,7 +495,7 @@ unconfig:
sinclude .boards.depend
.boards.depend: boards.cfg
- awk '(NF && $$1 !~ /^#/) { print $$1 ": " $$1 "_config; $$(MAKE)" }' $< > $@
+ @awk '(NF && $$1 !~ /^#/) { print $$1 ": " $$1 "_config; $$(MAKE)" }' $< > $@
#
# Functions to generate common board directory names
--
1.7.2.1
next reply other threads:[~2010-09-14 1:17 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-14 1:17 Kim Phillips [this message]
2010-09-14 1:59 ` [U-Boot] [PATCH next] silence awk command display during build 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
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=20100913201730.3f2bc58f.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox