logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 46b0d547a3e9f47d378be94dbdbb1cbe729de8f7
parent 4ae5115d8963594099ca4b6f73bd2e1a2803f33d
Author: Paul Dersey <pdersey@gmail.com>
Date:   Mon, 15 Mar 2021 14:33:23 -0400

Move sed build to after tar and gzip

Diffstat:

Mparts.rst13++++++-------
Msysa/after.kaem.run12++++++------
2 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/parts.rst b/parts.rst @@ -98,11 +98,6 @@ old GNU software, 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. -sed 4.0.7 -========= - -You are most likely aware of GNU ``sed``, a line editor. - tar 1.12 ======== @@ -116,11 +111,15 @@ 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. We do require deletion of a few lines -unsupported by mes libc. +which we extract and then build. Going forward, we can now use ``.tar.gz`` for source code. +sed 4.0.7 +========= + +You are most likely aware of GNU ``sed``, a line editor. + patch 2.5.9 =========== diff --git a/sysa/after.kaem.run b/sysa/after.kaem.run @@ -56,12 +56,6 @@ cd ${pkg} kaem --file ${pkg}.kaem cd .. -# sed -pkg="sed-4.0.7" -cd ${pkg} -kaem --file ${pkg}.kaem -cd .. - # tar pkg="tar-1.12" cd ${pkg} @@ -74,6 +68,12 @@ cd ${pkg} kaem --file ${pkg}.kaem cd .. +# sed +pkg="sed-4.0.7" +cd ${pkg} +kaem --file ${pkg}.kaem +cd .. + # patch pkg="patch-2.5.9" cd ${pkg}