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

@ -94,14 +94,14 @@ cd ${pkg}
kaem --file ${pkg}.kaem
cd ..
# patch
pkg="patch-2.5.9"
# make
pkg="make-3.80"
cd ${pkg}
kaem --file ${pkg}.kaem
cd ..
# make
pkg="make-3.80"
# patch
pkg="patch-2.5.9"
cd ${pkg}
kaem --file ${pkg}.kaem
cd ..