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

@ -121,6 +121,9 @@ get_file https://ftp.gnu.org/pub/gnu/patch/patch-2.5.9.tar.gz
# patched tcc
cp tcc-patched.kaem tmp/after/
# make 3.80
get_file https://ftp.gnu.org/gnu/make/make-3.80.tar.gz
# General cleanup
find tmp -name .git -exec rm -rf \;