From 46b0d547a3e9f47d378be94dbdbb1cbe729de8f7 Mon Sep 17 00:00:00 2001 From: Paul Dersey Date: Mon, 15 Mar 2021 14:33:23 -0400 Subject: [PATCH] Move sed build to after tar and gzip --- parts.rst | 13 ++++++------- sysa/after.kaem.run | 12 ++++++------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/parts.rst b/parts.rst index 1594e7e..3879f3b 100644 --- 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 index f845027..4d7e28c 100755 --- 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}