]> git.ozlabs.org Git - next-scripts/blobdiff - do_last_build
do_last_build: die if the pseries_le_defconfig build fails
[next-scripts] / do_last_build
index ee3cf4aa3a7ec2309ded24cc47dc1df85e3c2e08..5c848c6bfec8808b1a5ef11d2c4e5745448878a4 100755 (executable)
@@ -53,7 +53,7 @@ $cmd <<-EOF
        d=../powerpc_pseries_le_defconfig
        [ -d \$d ] || mkdir \$d
        cross -n -N -k powerpc -a powerpc64le -c 5.2.0 O=\$d pseries_le_defconfig
-       cross -n -N -k powerpc -a powerpc64le -c 5.2.0 -- O=\$d -j48 -s -k || true
+       cross -n -N -k powerpc -a powerpc64le -c 5.2.0 -- O=\$d -j48 -s
 
        rm .scmversion
 EOF