[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] Failing parallel make
From: |
Sree Harsha Totakura |
Subject: |
[GNUnet-developers] Failing parallel make |
Date: |
Thu, 15 Aug 2013 11:00:49 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130704 Icedove/17.0.7 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I noticed that our build system fails upon parallel builds when we
declare dependencies of a target like the following:
> gnunet_namestore_fcfsd_DEPENDENCIES = \
> $(top_builddir)/src/util/libgnunetutil.la \
> $(top_builddir)/src/namestore/libgnunetnamestore.la
The problem seems to be in the last line - giving a full path for the
libgnunetnamestore.la seems to break it. If it were to be just
'libgnunetnamestore.la', it is fine.
IIRC, the automake manual suggests we declare the full paths. But,
for dependencies in the same directory, it seems to break. Do you
understand why?
Regards,
Sree
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/
iEYEARECAAYFAlIMmL4ACgkQO2+K8UPCHzsimACfSyoeBE++lR/DKydlncenJDfS
rBkAoJy5Du/Tf1vM4m4xhrtuGR1nOCUc
=CXE2
-----END PGP SIGNATURE-----
- [GNUnet-developers] Failing parallel make,
Sree Harsha Totakura <=