wok-6.x diff wxWidgets/receipt @ rev 5777
Speedup some builds
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 09 17:03:10 2010 +0200 (2010-07-09) |
parents | 4897058add72 |
children | 4252a368d218 |
line diff
1.1 --- a/wxWidgets/receipt Sun Feb 28 17:49:32 2010 +0100 1.2 +++ b/wxWidgets/receipt Fri Jul 09 17:03:10 2010 +0200 1.3 @@ -28,10 +28,10 @@ 1.4 --infodir=/usr/share/info \ 1.5 --mandir=/usr/share/man \ 1.6 $CONFIGURE_ARGS && 1.7 - make && 1.8 + make -j 4 && 1.9 make DESTDIR=$src/_pkg install && 1.10 cd $src/contrib && 1.11 - make && 1.12 + make -j 4 && 1.13 make DESTDIR=$src/contrib/_pkg install 1.14 } 1.15