mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
coreutils: various fixes.
* Properly define coreutils versions, so that it is available in --version * Move after tar. Later we can move this after gettext/texinfo too. * There are no prebuilt files in git archive, remove function to delete info files.
This commit is contained in:
parent
059ba1afc2
commit
a4889dfb9e
5 changed files with 121 additions and 125 deletions
14
parts.rst
14
parts.rst
|
|
@ -591,19 +591,19 @@ automake 1.15.1
|
|||
|
||||
GNU Automake from 1.15 series. This is the last version that runs on Perl 5.6.
|
||||
|
||||
coreutils 8.32
|
||||
=============
|
||||
|
||||
We build the latest available coreutils 8.32 which adds needed options to make
|
||||
results of build metadata reproducible. For example, timestamps are changed with
|
||||
``touch --no-dereference``.
|
||||
|
||||
tar 1.34
|
||||
========
|
||||
|
||||
Newer tar has better support for decompressing .tar.bz2 and .tar.xz archives.
|
||||
It also deals better with modern tar archives with extra metadata.
|
||||
|
||||
coreutils 8.32
|
||||
==============
|
||||
|
||||
We build the latest available coreutils 8.32 which adds needed options to make
|
||||
results of build metadata reproducible. For example, timestamps are changed with
|
||||
``touch --no-dereference``.
|
||||
|
||||
make 4.2.1
|
||||
==========
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue