eth0s/toolchain/24-make

12 lines
230 B
Text
Executable file

name=make
version=4.2.1
source=(http://ftp.gnu.org/gnu/make/make-$version.tar.gz)
build() {
cd $name-$version
sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c
./configure --prefix=/tools --without-guile
make
make install
}