mk: fix install with tar 1.29
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 23 May 2016 05:53:33 +0000 (08:53 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 10 Jun 2016 15:23:39 +0000 (17:23 +0200)
commitdd9ae4c7b302dffd9b3dac849f4da8badac91719
treed48b0898a687a9267738ca6bb92ce511b9d8d9f5
parent3037e5e268ef3811c179a3229118c818ba305528
mk: fix install with tar 1.29

--exclude became a positional option in tar 1.29, breaking the
test app filtering in "make install", causing .map files and all test
apps to get installed in bindir. Adjust the tar arguments accordingly,
this is compatible with older versions too since they do not care about
the order.

Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1337864

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

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
mk/rte.sdkinstall.mk