mk: fix install on FreeBSD
authorFerruh Yigit <ferruh.yigit@intel.com>
Mon, 29 Aug 2016 09:11:32 +0000 (10:11 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 22 Sep 2016 21:27:20 +0000 (23:27 +0200)
commiteb8c826e02392b5ed24138c68f831f2f16bcb2d9
tree3461cfacb1d7531808e3ae017298ef9679921a90
parent6bbfb64b4ea17594110d09941386e182b46930fb
mk: fix install on FreeBSD

FreeBSD make install fails because of unsupported tar option:
tar: Option --warning=no-ignore-newer is not supported

Issue fixed by removing unsupported tar option.

Fixes: 6b62a72a70d0 ("mk: install a standard cutomizable tree")
Fixes: e4552b9cc603 ("mk: install doc")

Reported-by: Daniel Verkamp <daniel.verkamp@intel.com>
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
mk/rte.sdkinstall.mk