numam-dpdk/mk/internal
Thomas Monjalon 387a02d411 mk: fix verbose pmdinfogen run
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 other benefit of this rework is to stop compilation after a
failure with pmdinfogen.

The command readlink is removed in this rework because it seems useless.

Fixes: 3d781ca328 ("mk: do post processing on objects that register a driver")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
2016-07-08 17:07:05 +02:00
..
rte.build-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.build-pre.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.clean-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.clean-pre.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.compile-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.compile-pre.mk mk: fix verbose pmdinfogen run 2016-07-08 17:07:05 +02:00
rte.depdirs-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.depdirs-pre.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.extvars.mk mk: fix error message 2016-03-03 11:36:32 +01:00
rte.install-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.install-pre.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00