]> git.ozlabs.org Git - next-scripts/commit
do_build: Make the parallel logic work, drop set -e
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 12 Jun 2015 00:26:33 +0000 (10:26 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 19 Jun 2015 05:55:29 +0000 (15:55 +1000)
commit9331208f5066fa3feb3369b7bba630fe81d5153d
treee90a3e5ff14913335559a46ca1bd9a30de49b969
parent4613830b4a3d60a1a28c3719b4b7e91368782c71
do_build: Make the parallel logic work, drop set -e

We can't use 'set -e' because then we bail as soon as the make fails,
and we don't get a chance to look at the result and dump the log.
do_build