From: Stephen Rothwell Date: Thu, 8 Oct 2015 05:34:33 +0000 (+1100) Subject: do_last_build: die if the pseries_le_defconfig build fails X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=7755863c479ec8c031bfd88262980fd647f1ff12;hp=a08e564f090497aa53328a831f6119b9a466b28e;p=next-scripts do_last_build: die if the pseries_le_defconfig build fails --- diff --git a/do_last_build b/do_last_build index ee3cf4a..5c848c6 100755 --- a/do_last_build +++ b/do_last_build @@ -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