From 206d7adb640ccb5a929091c2ac430032a6c452b7 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Wed, 13 Jan 2021 21:37:07 +1100 Subject: [PATCH] Remove make from rootfs.sh (erroneous inclusion) --- rootfs.sh | 3 --- 1 file changed, 3 deletions(-) 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 \;