repo/make/build

8 lines
186 B
Text
Raw Normal View History

2021-07-04 22:40:26 +03:00
wget -O make.tar.gz https://ftp.gnu.org/gnu/make/make-4.3.tar.gz
2021-07-07 06:51:43 +03:00
untar -xf ./make.tar.gz
2021-07-04 22:40:26 +03:00
cd make
2021-07-04 19:08:09 +03:00
export CFLAGS="$CFLAGS -static"
./configure --prefix=/usr
make
make DESTDIR="$1" install