repo/make/build

8 lines
179 B
Text
Executable file

curl -# https://ftp.gnu.org/gnu/make/make-4.3.tar.gz
tar -xf make-4.3.tar.gz
cd make-4.3
export CFLAGS="$CFLAGS -static"
./configure --prefix=/usr
make
make DESTDIR="$1" install