mk: fix verbosity zero
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 22 Sep 2016 23:35:39 +0000 (01:35 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 23 Sep 2016 14:21:55 +0000 (16:21 +0200)
commit684e6f4a78307796c45018c77908be4c96999e45
treec6c5c2ce9304adbff4706bc68a261f80172a7cf8
parenteb8c826e02392b5ed24138c68f831f2f16bcb2d9
mk: fix verbosity zero

Verbosity is considered enabled when $V is not empty.
It is a well spread shortcut in makefiles, see git grep '$(if $(*V'
So V=0 and V=1 are equivalent.
It is fixed by unsetting V when it is 0.

A side effect is to fix kernel module compilation verbosity
which is set to 0 when V is empty.

Reported-by: Ferruh Yigit <ferruh.yigit@intel.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
mk/rte.sdkroot.mk
mk/rte.vars.mk