1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 10:38:33 +00:00
morpheus/pkgs/make/build

9 lines
164 B
Plaintext
Raw Normal View History

2014-02-28 21:19:02 +00:00
v="3.82"
url="$mirror/make-$v.tar.bz2"
2014-02-27 12:41:37 +00:00
build: crossmusl
2014-02-28 21:19:02 +00:00
cd src/make-$v
CC="$CC -static" ./configure --prefix="$root" --disable-nls
make -j$nprocs
make install