Re: [dpdk-dev] [PATCH v3 2/8] mk: fix excluding .doctrees when installing docs

2017-06-26 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of lbocc...@brocade.com > Sent: Friday, June 23, 2017 7:42 PM > To: dev@dpdk.org > Cc: Luca Boccassi > Subject: [dpdk-dev] [PATCH v3 2/8] mk: fix excluding .doctrees when > installing docs >

[dpdk-dev] [PATCH v3 2/8] mk: fix excluding .doctrees when installing docs

2017-06-23 Thread lboccass
From: Luca Boccassi The --exclude parameter must be passed before the input directory to tar, otherwise it's silently ignored and the .doctrees directory is installed by make install-doc. Signed-off-by: Luca Boccassi --- mk/rte.sdkinstall.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-