[dpdk-dev] [PATCH 06/11] mk: fix verbose pmdinfogen run

2016-07-07 Thread Thomas Monjalon
When building with "make V=1" it is expected to see the output of each compiler command in order to debug them. Unfortunately the pmdinfogen related commands were always quiet. It is fixed by defining the commands in some Makefile variables. They are printed if the verbose mode is enabled. The

[dpdk-dev] [PATCH 06/11] mk: fix verbose pmdinfogen run

2016-07-07 Thread Neil Horman
On Thu, Jul 07, 2016 at 05:36:25PM +0200, Thomas Monjalon wrote: > When building with "make V=1" it is expected to see the output of each > compiler command in order to debug them. > Unfortunately the pmdinfogen related commands were always quiet. > > It is fixed by defining the commands in some