summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-10-15 19:19:16 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-10-17 22:17:12 +0200
commit3a8d4e9440e99fc0e0084c3594eb4ffe2124794f (patch)
tree39259987afa6db5b038e3f4b66584b721930a1fb /Makefile
parent03af6cc45c52cc70532ec1e8a7b64a8b48c4f7cc (diff)
downloadbarebox-3a8d4e9440e99fc0e0084c3594eb4ffe2124794f.tar.gz
barebox-3a8d4e9440e99fc0e0084c3594eb4ffe2124794f.tar.xz
make make -s more silent
use $(kecho) instead of echo to not output messages with make -s Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3e2b81fef1..98d43d4cfb 100644
--- a/Makefile
+++ b/Makefile
@@ -894,7 +894,7 @@ endef
# directory for generated filesas used by some architectures.
define create-symlink
if [ ! -L include/asm ]; then \
- echo ' SYMLINK $@ -> include/asm-$(SRCARCH)'; \
+ $(kecho) ' SYMLINK $@ -> include/asm-$(SRCARCH)'; \
if [ ! -d include/asm-$(SRCARCH) ]; then \
mkdir -p include/asm-$(SRCARCH); \
fi; \
@@ -907,11 +907,11 @@ include/asm:
$(Q)$(create-symlink)
include/config.h: include/config/auto.conf
- @echo ' SYMLINK $@ -> $(BOARD)/config.h'
+ $(Q)$(kecho) ' SYMLINK $@ -> $(BOARD)/config.h'
ifneq ($(KBUILD_SRC),)
$(Q)ln -fsn $(srctree)/$(BOARD)/config.h $@
else
- @ln -fsn ../$(BOARD)/config.h $@
+ $(Q)ln -fsn ../$(BOARD)/config.h $@
endif
# Generate some files