wok-stable diff linux/receipt @ rev 5690

linux: ext4 embedded
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 05 12:27:25 2010 +0200 (2010-06-05)
parents 63937e3b2979
children 0c80e5eb512d
line diff
     1.1 --- a/linux/receipt	Fri May 28 21:08:44 2010 +0200
     1.2 +++ b/linux/receipt	Sat Jun 05 12:27:25 2010 +0200
     1.3 @@ -60,8 +60,8 @@
     1.4  	cp ../stuff/$PACKAGE-$VERSION-slitaz.config .config
     1.5  	make oldconfig
     1.6  	ln .config slitaz/config
     1.7 -	make bzImage &&
     1.8 -	make modules &&
     1.9 +	make -j 4 bzImage &&
    1.10 +	make -j 4 modules &&
    1.11  	make INSTALL_MOD_PATH=$PWD/_pkg modules_install &&
    1.12  	make INSTALL_HDR_PATH=$PWD/_pkg/usr headers_install &&
    1.13  	[ -s arch/x86/boot/bzImage ]