milis/talimatname/onsistem/0make/talimat

14 lines
167 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
version=4.1
source=(http://ftp.gnu.org/gnu/make/make-$version.tar.bz2)
build()
{
cd make-$version
./configure --prefix=/tools --without-guile
make
make install
}