]> git.ozlabs.org Git - next-scripts/commitdiff
do_last_build: die if the pseries_le_defconfig build fails
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 8 Oct 2015 05:34:33 +0000 (16:34 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 8 Oct 2015 05:34:33 +0000 (16:34 +1100)
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