[OE-core] Improving Build Speed

Burton, Ross ross.burton at intel.com
Thu Nov 21 10:05:17 UTC 2013


On 20 November 2013 21:05, Ulf Samuelsson <angstrom-dev at emagii.com> 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



More information about the Openembedded-core mailing list