mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
Swap sed and make.
This allows to use makefile rather than kaem script for building sed. Makefiles for musl and mes are unified into one makefile with some conditional code.
This commit is contained in:
parent
3ed5daa5aa
commit
b9079045db
8 changed files with 37 additions and 50 deletions
10
parts.rst
10
parts.rst
|
|
@ -104,11 +104,6 @@ tar 1.12
|
|||
|
||||
We build GNU Tar 1.12, the last version compilable with mes libc.
|
||||
|
||||
sed 4.0.9
|
||||
=========
|
||||
|
||||
You are most likely aware of GNU ``sed``, a line editor.
|
||||
|
||||
make 3.80
|
||||
=========
|
||||
|
||||
|
|
@ -116,6 +111,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.
|
||||
|
||||
sed 4.0.9
|
||||
=========
|
||||
|
||||
You are most likely aware of GNU ``sed``, a line editor.
|
||||
|
||||
patch 2.5.9
|
||||
===========
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue