mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Swamp make and gzip.
This commit is contained in:
parent
e4f5342ee4
commit
3fd451a909
12 changed files with 51 additions and 44 deletions
14
parts.rst
14
parts.rst
|
|
@ -90,13 +90,6 @@ using older versions compilable by tinycc. Prior to this point, all tools
|
|||
have been adapted significantly for the bootstrap; now, we will be using
|
||||
old tooling instead.
|
||||
|
||||
gzip 1.2.4
|
||||
==========
|
||||
|
||||
``gzip`` is the most common compression format used for software source
|
||||
code. It is luckily distributed as a barebones uncompressed ``.tar``,
|
||||
which we extract and then build.
|
||||
|
||||
make 3.80
|
||||
=========
|
||||
|
||||
|
|
@ -104,6 +97,13 @@ 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.
|
||||
|
||||
gzip 1.2.4
|
||||
==========
|
||||
|
||||
``gzip`` is the most common compression format used for software source
|
||||
code. It is more capble than ``ungz`` from ``stage0-posix`` and also supports
|
||||
compression.
|
||||
|
||||
tar 1.12
|
||||
========
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue