Re: [PATCH] build: Fix parallel build of libs/net



On Tue, Nov 02, 2010 at 05:10:07PM +0000, Damien Lespiau wrote:
> From: Damien Lespiau <damien lespiau intel com>
> 
> Using $(top_builddir)/libs/net breaks automake's dependency between
> wc-test and libgrlnet. When using recursive builds, Automake
> automatically tracks the dependencies in the same directory but when
> using $(top_builddir)/libs/net/libgrlnet.la it assumes the library is in
> another directoy and is already build (by assuming the other directory is
> before the current one in the parent's SUBDIRS).
> 
> By removing the $(top_builddir)/libs/net in wc_test_LDADD Automake now
> understands that the library is in the same directory and it should be
> built before wc-test and adds the dependency which fixes parallel
> builds.
> 

pushed!

Thanks for the explanation and the fix! :D

.. snip ...

vmjl


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]