From 7755863c479ec8c031bfd88262980fd647f1ff12 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 8 Oct 2015 16:34:33 +1100 Subject: [PATCH] do_last_build: die if the pseries_le_defconfig build fails --- do_last_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2