From 37d0e77777c7805cb57f6a063d1a610c251598b9 Mon Sep 17 00:00:00 2001 From: Lauri Hintsala Date: Tue, 20 Dec 2011 04:23:57 +0000 Subject: Makefile: fix distclean and *_config rules to be less noise Signed-off-by: Lauri Hintsala --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3