repo/make/build

9 lines
176 B
Text
Raw Normal View History

2021-07-16 23:33:05 +03:00
wget https://ftp.gnu.org/gnu/make/make-4.3.tar.gz
2021-07-08 18:28:30 +03:00
tar -xf make-4.3.tar.gz
2021-07-07 17:27:54 +03:00
cd make-4.3
2021-07-04 19:08:09 +03:00
export CFLAGS="$CFLAGS -static"
./configure --prefix=/usr
make
make DESTDIR="$1" install