On Fri, 2014-08-01 at 19:16 +0530, Shrikant Bobade wrote:
> From: Shrikant Bobade <shrikant_bob...@mentor.com>
> 
> The dnsmasq target depends on .configured and $(objs). .configured does an rm
> -f *.o. Yet the only thing telling make to build the .configured target before
> the $(objs) target was the order of the dependencies of the dnsmasq target. We
> can't rely on that order when doing a paralllel make build, so add an explicit
> rule to enforce that order.
> 
> Signed-off-by: Christopher Larson <kerg...@gmail.com>
> Signed-off-by: Shrikant Bobade <shrikant_bob...@mentor.com>
> ---
>  .../recipes-support/dnsmasq/dnsmasq.inc            |    1 +
>  .../dnsmasq/files/parallel-make.patch              |   18 ++++++++++++++++++
>  2 files changed, 19 insertions(+)
>  create mode 100644 
> meta-networking/recipes-support/dnsmasq/files/parallel-make.patch


Should be to the oe-devel list, not oe-core...

Cheers,

Richard

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to