You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 86cdd2f ("kheaders: make headers archive reproducible")
introduced a number of options specific to GNU tar to the `tar`
invocation in `gen_kheaders.sh` script. This causes the script to fail
to work on systems where `tar` is not GNU tar. This can occur e.g.
on recent Gentoo Linux installations that support using bsdtar from
libarchive instead.
Add a `TAR` make variable to make it possible to override the tar
executable used, e.g. by specifying:
make TAR=gtar
Link: https://bugs.gentoo.org/884061
Reported-by: Sam James <[email protected]>
Tested-by: Sam James <[email protected]>
Co-developed-by: Masahiro Yamada <[email protected]>
Signed-off-by: Michał Górny <[email protected]>
Signed-off-by: Sam James <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
0 commit comments