wok diff linux/receipt @ rev 25682

Up libqcow (20240308)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 24 18:25:46 2024 +0000 (4 weeks ago)
parents 324b3fa82b76
children
line diff
     1.1 --- a/linux/receipt	Mon May 24 11:24:29 2021 +0000
     1.2 +++ b/linux/receipt	Sun Mar 24 18:25:46 2024 +0000
     1.3 @@ -266,7 +266,7 @@
     1.4  			echo -e "\n* Configure bzImage64 without modules...\n"
     1.5  			yes '' | make ARCH=x86_64 oldconfig
     1.6  			echo -e "\n* Building bzImage64 without modules...\n"
     1.7 -			make -j 4 ARCH=x86_64 CROSS_COMPILE=uclibc-x86_64- bzImage || exit 1
     1.8 +			make ARCH=x86_64 CROSS_COMPILE=uclibc-x86_64- bzImage || exit 1
     1.9  			mv arch/x86/boot/bzImage $DESTDIR/linux64
    1.10  			mv System.map System.map-without-modules64
    1.11  			mv vmlinux vmlinux-without-modules64
    1.12 @@ -278,8 +278,8 @@
    1.13  		echo -e "\n* Configure bzImage64 with modules...\n"
    1.14  		yes '' | make ARCH=x86_64 oldconfig
    1.15  		echo -e "\n* Building bzImage64 with modules...\n"
    1.16 -		make -j 4 ARCH=x86_64 CROSS_COMPILE=uclibc-x86_64- bzImage &&
    1.17 -		make -j 4 ARCH=x86_64 CROSS_COMPILE=uclibc-x86_64- modules &&
    1.18 +		make ARCH=x86_64 CROSS_COMPILE=uclibc-x86_64- bzImage &&
    1.19 +		make ARCH=x86_64 CROSS_COMPILE=uclibc-x86_64- modules &&
    1.20  		make ARCH=x86_64 INSTALL_MOD_PATH=$DESTDIR/linux64 modules_install &&
    1.21  		make ARCH=x86_64 INSTALL_HDR_PATH=$DESTDIR/linux64/usr headers_install &&
    1.22  		ln .config $WOK/$PACKAGE/source/slitaz/config64
    1.23 @@ -308,7 +308,7 @@
    1.24  		echo -e "\n* Configure bzImage without modules...\n"
    1.25  		yes '' | make ARCH=i386 oldconfig
    1.26  		echo -e "\n* Building bzImage without modules...\n"
    1.27 -		make ARCH=i386 -j 4 bzImage || exit 1
    1.28 +		make ARCH=i386 bzImage || exit 1
    1.29  		[ -d $DESTDIR ] || mkdir -p $DESTDIR
    1.30  		mv arch/x86/boot/bzImage $DESTDIR
    1.31  		mv System.map System.map-without-modules
    1.32 @@ -322,8 +322,8 @@
    1.33  	yes '' | make ARCH=i386 oldconfig
    1.34  	ln .config $WOK/$PACKAGE/source/slitaz/config
    1.35  	echo -e "\n* Building bzImage with modules...\n"
    1.36 -	make ARCH=i386 -j 4 bzImage &&
    1.37 -	make ARCH=i386 -j 4 modules &&
    1.38 +	make ARCH=i386 bzImage &&
    1.39 +	make ARCH=i386 modules &&
    1.40  	make ARCH=i386 INSTALL_MOD_PATH=$DESTDIR modules_install &&
    1.41  	make ARCH=i386 INSTALL_HDR_PATH=$DESTDIR/usr headers_install &&
    1.42  	[ -s arch/x86/boot/bzImage ] || return 1