diff mbox

[U-Boot] Makefile: fix distclean and *_config rules to be less noise

Message ID 1324391037-28128-1-git-send-email-lauri.hintsala@bluegiga.com
State Accepted
Headers show

Commit Message

Lauri Hintsala Dec. 20, 2011, 2:23 p.m. UTC
Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Wolfgang Denk Dec. 20, 2011, 10:37 p.m. UTC | #1
Dear Lauri Hintsala,

In message <1324391037-28128-1-git-send-email-lauri.hintsala@bluegiga.com> you wrote:
> 
> Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 05966f4..ba336ed 100644
--- a/Makefile
+++ b/Makefile
@@ -643,7 +643,7 @@  unconfig:
 
 sinclude $(obj).boards.depend
 $(obj).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