wok-stable rev 6410
erlang does not support parallel builds
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 25 14:51:35 2010 +0200 (2010-09-25) |
parents | 4aef4f201414 |
children | cdcf0ac21191 |
files | erlang/receipt |
line diff
1.1 --- a/erlang/receipt Sat Sep 25 14:21:33 2010 +0200 1.2 +++ b/erlang/receipt Sat Sep 25 14:51:35 2010 +0200 1.3 @@ -32,7 +32,7 @@ 1.4 sed -i 's|./Install|sh -x Install|' Makefile* 1.5 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.6 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.7 - make -j 4 && 1.8 + make -j 1 && 1.9 make INSTALL_PREFIX=$PWD/_pkg install || return 1 1.10 for i in _pkg/usr/lib/erlang/*/bin/erl _pkg/usr/lib/erlang/bin/erl \ 1.11 _pkg/usr/lib/erlang/*/bin/start _pkg/usr/lib/erlang/bin/start