Build patch-2.5.9 with makefile rather than kaem.

This commit is contained in:
Andrius Štikonas 2022-04-24 01:24:08 +01:00
parent 76929dbf1b
commit c54653116a
5 changed files with 33 additions and 35 deletions

View file

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