wok diff icu/receipt @ rev 5803

Speedup some builds
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 11 20:31:13 2010 +0200 (2010-07-11)
parents 252a378d28c1
children dd8ad4ae1ec1
line diff
     1.1 --- a/icu/receipt	Thu Mar 25 09:27:06 2010 +0100
     1.2 +++ b/icu/receipt	Sun Jul 11 20:31:13 2010 +0200
     1.3 @@ -20,7 +20,7 @@
     1.4  		--disable-tests \
     1.5  		--disable-samples \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$WOK/$PACKAGE/icu-$VERSION/_pkg install
    1.10  }
    1.11