wok diff dia/receipt @ rev 6030

icedtea6-jdk: be less memory hungry
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 15 17:15:37 2010 +0200 (2010-08-15)
parents 74a6a43bf614
children 4c54a5799c25
line diff
     1.1 --- a/dia/receipt	Tue Feb 16 13:17:20 2010 +0000
     1.2 +++ b/dia/receipt	Sun Aug 15 17:15:37 2010 +0200
     1.3 @@ -21,7 +21,7 @@
     1.4  	cd $src
     1.5  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.6  	--with-python --mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$PWD/_pkg install
    1.10  }
    1.11