Replace erlang package with from-src recipe
[khome.git] / deps / erlang / Makefile
1 .PHONY: all
2 all:
3 mkdir -p data
4 cd data && wget -c http://erlang.org/download/otp_src_22.3.tar.gz
5 cd data && tar vxzf otp_src_22.3.tar.gz
6 cd data/otp_src_22.3 && ./configure
7 cd data/otp_src_22.3 && make -j$(shell nproc)
8 cd data/otp_src_22.3 && make -j$(shell nproc) install
This page took 0.039989 seconds and 4 git commands to generate.