mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Build patch-2.5.9 with makefile rather than kaem.
This commit is contained in:
parent
76929dbf1b
commit
c54653116a
5 changed files with 33 additions and 35 deletions
14
parts.rst
14
parts.rst
|
|
@ -110,13 +110,6 @@ sed 4.0.9
|
|||
|
||||
You are most likely aware of GNU ``sed``, a line editor.
|
||||
|
||||
patch 2.5.9
|
||||
===========
|
||||
|
||||
``patch`` is a very useful tool at this stage, allowing us to make
|
||||
significantly more complex edits, including just changes to lines.
|
||||
Luckily, we are able to patch ``patch`` using ``sed`` only.
|
||||
|
||||
make 3.80
|
||||
=========
|
||||
|
||||
|
|
@ -124,6 +117,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.
|
||||
|
||||
patch 2.5.9
|
||||
===========
|
||||
|
||||
``patch`` is a very useful tool at this stage, allowing us to make
|
||||
significantly more complex edits, including just changes to lines.
|
||||
Luckily, we are able to patch ``patch`` using ``sed`` only.
|
||||
|
||||
bzip2 1.0.8
|
||||
===========
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue