2016-05-23 08:53, Panu Matilainen:
> --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
>
> Signed-off-by: Panu Matilainen <pmatilai at redhat.com>
Fixes: 6b62a72a70d0 ("mk: install a standard cutomizable tree")
Applied, thanks