eth0s/toolchain/21-make
2021-04-18 08:19:42 +08:00

10 lines
177 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
}