kbuild: introduce $(kecho) convenience echo
authorMike Frysinger <vapier@gentoo.org>
Thu, 6 Nov 2008 08:31:34 +0000 (03:31 -0500)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 3 Dec 2008 20:32:00 +0000 (21:32 +0100)
commit5410ecc0def8955ab99810c5626cc7e156991896
tree53e12491b3a590101eddde098407f3ae3e759a5d
parentd03fab43c5ba4f5fa46db73c937e9b993a531d27
kbuild: introduce $(kecho) convenience echo

There is a bunch of places in the build system where we do 'echo' to show
some nice status lines.  This means we still get output when running in
silent mode.  So declare a new KECHO variable that only does 'echo' when we
are in a suitable verbose build mode.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
[sam: added Documentation]
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Documentation/kbuild/makefiles.txt
scripts/Kbuild.include