From: Lauri Hintsala Date: Tue, 20 Dec 2011 04:23:57 +0000 (+0000) Subject: Makefile: fix distclean and *_config rules to be less noise X-Git-Tag: v2011.12-rc3~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=37d0e77777c7805cb57f6a063d1a610c251598b9;p=u-boot Makefile: fix distclean and *_config rules to be less noise Signed-off-by: Lauri Hintsala --- diff --git a/Makefile b/Makefile index 05966f4174..ba336ed1b2 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