eth0s/toolchain/24-make

13 lines
230 B
Text
Raw Normal View History

name=make
version=4.2.1
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
sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c
./configure --prefix=/tools --without-guile
make
make install
}