eth0s/toolchain/21-make

11 lines
177 B
Text
Raw Normal View History

name=make
2020-06-12 16:42:33 +08:00
version=4.3
source=(http://ftp.gnu.org/gnu/make/make-$version.tar.gz)
2018-12-01 00:12:45 +08:00
build() {
cd $name-$version
2018-12-01 00:12:45 +08:00
./configure --prefix=/tools --without-guile
make
make install
}