ec50e407be
So far, we checked that the tar present on the host was at most tar
1.29, because tar 1.30 changed the way it generates archives.
Having a maximum tar version requirement meant that we would eventually
always have to build our own host-tar, as distributions are updating
the version they use.
But now, we have found a way to generate reproducible archives starting
with tar 1.27 onward, so we no longer need the check for a maximum tar
version, so we can drop that requirement.
Note: this is semantically a revert of
|
||
---|---|---|
.. | ||
check-host-asciidoc.sh | ||
check-host-bison-flex.mk | ||
check-host-cmake.mk | ||
check-host-cmake.sh | ||
check-host-coreutils.mk | ||
check-host-coreutils.sh | ||
check-host-gzip.mk | ||
check-host-gzip.sh | ||
check-host-lzip.mk | ||
check-host-lzip.sh | ||
check-host-make.mk | ||
check-host-make.sh | ||
check-host-python3.mk | ||
check-host-python3.sh | ||
check-host-tar.mk | ||
check-host-tar.sh | ||
check-host-xzcat.mk | ||
check-host-xzcat.sh | ||
dependencies.mk | ||
dependencies.sh |