mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Swap make and tar.
This commit is contained in:
parent
b9079045db
commit
e4f5342ee4
6 changed files with 55 additions and 59 deletions
12
parts.rst
12
parts.rst
|
|
@ -97,13 +97,6 @@ gzip 1.2.4
|
|||
code. It is luckily distributed as a barebones uncompressed ``.tar``,
|
||||
which we extract and then build.
|
||||
|
||||
Going forward, we can now use ``.tar.gz`` for source code.
|
||||
|
||||
tar 1.12
|
||||
========
|
||||
|
||||
We build GNU Tar 1.12, the last version compilable with mes libc.
|
||||
|
||||
make 3.80
|
||||
=========
|
||||
|
||||
|
|
@ -111,6 +104,11 @@ GNU ``make`` is now built so we have a more robust building system.
|
|||
``make`` allows us to do things like define rules for files rather than
|
||||
writing complex kaem scripts.
|
||||
|
||||
tar 1.12
|
||||
========
|
||||
|
||||
We build GNU Tar 1.12, the last version compilable with mes libc.
|
||||
|
||||
sed 4.0.9
|
||||
=========
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue