Skip to content
  1. Nov 16, 2010
  2. Nov 12, 2010
  3. Nov 09, 2010
  4. Nov 02, 2010
    • Damien Lespiau's avatar
      build: fix parallel build of libs/net · ca15c987
      Damien Lespiau authored and Victor Manuel Jaquez Leal's avatar Victor Manuel Jaquez Leal committed
      
      
      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.
      
      Signed-off-by: default avatarDamien Lespiau <damien.lespiau@intel.com>
      ca15c987
  5. Oct 22, 2010
  6. Oct 20, 2010
  7. Oct 18, 2010
  8. Oct 14, 2010
  9. Oct 13, 2010
  10. Oct 05, 2010
  11. Oct 04, 2010
  12. Sep 30, 2010