All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH next] silence awk command display during build
@ 2010-09-14  1:17 Kim Phillips
  2010-09-14  1:59 ` Mike Frysinger
  0 siblings, 1 reply; 15+ messages in thread
From: Kim Phillips @ 2010-09-14  1:17 UTC (permalink / raw)
  To: u-boot

[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

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-09-21 19:47 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2010-09-16  6:20                     ` Mike Frysinger

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.