eth0s/toolchain/24-make
2020-06-12 16:42:33 +08:00

11 lines
178 B
Text
Executable file

name=make
version=4.3
source=(http://ftp.gnu.org/gnu/make/make-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/tools --without-guile
make
make install
}