387a02d411
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:
|
||
---|---|---|
.. | ||
rte.build-post.mk | ||
rte.build-pre.mk | ||
rte.clean-post.mk | ||
rte.clean-pre.mk | ||
rte.compile-post.mk | ||
rte.compile-pre.mk | ||
rte.depdirs-post.mk | ||
rte.depdirs-pre.mk | ||
rte.extvars.mk | ||
rte.install-post.mk | ||
rte.install-pre.mk |