mk: use make silent flag to print HTML doc version
authorLuca Boccassi <luca.boccassi@gmail.com>
Fri, 23 Jun 2017 18:41:46 +0000 (19:41 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 26 Jun 2017 22:06:02 +0000 (00:06 +0200)
commite4726cbfa9b090f03f1d283e6e19e43bfb6f19c5
tree72b48d9b447f3a41651c72d7430068c92e15dca4
parent5b45c30a00ecbd5181e5679b13ca059bcd761ead
mk: use make silent flag to print HTML doc version

Depending on the environment, make might echo the command being ran.
In mk/rte.sdkdoc.mk make is used to print the DPDK version to be
piped to doxygen. This causes the following to be written:

<div id="projectname">DPDK
&#160;<span id="projectnumber">/usr/bin/make-f/build/dpdk-jYjqnr/
 dpdk-16.11.2/mk/rte.sdkconfig.mkshowversion</span>
</div>

Use -s (--silent) to prevent echoing.

Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
mk/rte.sdkdoc.mk