Makefile: fix distclean and *_config rules to be less noise
authorLauri Hintsala <lauri.hintsala@bluegiga.com>
Tue, 20 Dec 2011 04:23:57 +0000 (04:23 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 20 Dec 2011 22:37:20 +0000 (23:37 +0100)
Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
Makefile

index 05966f4..ba336ed 100644 (file)
--- 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