From: Mike Frysinger Date: Thu, 6 Nov 2008 08:31:34 +0000 (-0500) Subject: kbuild: introduce $(kecho) convenience echo X-Git-Tag: v2.6.29-rc1~578^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5410ecc0def8955ab99810c5626cc7e156991896;p=pandora-kernel.git 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 [sam: added Documentation] Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed