diff --git a/rootfs.sh b/rootfs.sh index 8010394..b798e5c 100755 --- a/rootfs.sh +++ b/rootfs.sh @@ -108,9 +108,6 @@ get_file https://ftp.gnu.org/gnu/gzip/gzip-1.2.4.tar # diffutils 2.7 get_file https://ftp.gnu.org/gnu/diffutils/diffutils-2.7.tar.gz -# 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 \;