On 20 November 2013 21:05, Ulf Samuelsson <[email protected]> wrote: > do_compile() { > if [ x"$MAKE" = x ]; then MAKE=make; fi > ... > for error_count in 1 2 3; do > ... > ${MAKE} ${EXTRA_OEMAKE} "$@" || exit_code=1 > ... > done > ... > } > > Not sure, but I think this means that PARALLEL_MAKE might get ignored.
Yeah, good catch - the point of the loop was to handle random failures caused by dependency chains breaking when doing parallel builds... Anyway, that hack isn't present in 1.5 because it was caused by using an unpatched (read: broken) make 3.82 which we now detect at startup. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
