core/pkg-kconfig: do not always silence oldconfig
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 20 Jul 2015 20:27:13 +0000 (22:27 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 20 Jul 2015 20:39:28 +0000 (22:39 +0200)
commit58bb6ca3b197624a22b7269329729762dc9e54d0
tree25c0e485fe6eb4e0087e185d5f6a28b53e7c28a8
parent3de81a46dc0087436c6785d60ba5d25fe4fe3b17
core/pkg-kconfig: do not always silence oldconfig

When debugging packages that use the pkg-kconfig infrastructure, it
is sometime interesting to see the exact command line that is being
executed when running oldconfig.

But currently, those command lines are prefixed with '@' which makes
them silent, always.

Instead, use $(Q) so they are silent by default, and verbose with V=1.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pkg-kconfig.mk