Add make 3.80

This commit is contained in:
fosslinux 2021-01-14 21:47:08 +11:00
parent d62ed4c55a
commit a9d894317d
4 changed files with 81 additions and 0 deletions

View file

@ -82,3 +82,10 @@ cd ..
cd tcc-0.9.27
kaem --file ../tcc-patched.kaem
cd ..
# Part 13: make
/after/bin/gunzip make-3.80.tar.gz
/after/bin/tar xf make-3.80.tar
cd make-3.80
kaem --file ../make-3.80.kaem
cd ..