Swap make and tar.

This commit is contained in:
Andrius Štikonas 2022-05-14 12:42:03 +01:00
parent b9079045db
commit e4f5342ee4
6 changed files with 55 additions and 59 deletions

View file

@ -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
=========