gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-7-gb774d6d


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-7-gb774d6d
Date: Wed, 16 Nov 2011 13:26:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=b774d6d772da3ee1a4d8b7d92a86ff7a52ec96b8

The branch, master has been updated
       via  b774d6d772da3ee1a4d8b7d92a86ff7a52ec96b8 (commit)
      from  54e3f5b50c173083ef8e870d1b29321f06cc8873 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b774d6d772da3ee1a4d8b7d92a86ff7a52ec96b8
Author: Martin Storsjo <address@hidden>
Date:   Tue Nov 15 11:29:58 2011 +0200

    Add dependencies from the def files to the libraries that generate them
    
    This avoids build failures in parallel builds, where builds
    could fail with this error message:
    
    make[2]: *** No rule to make target `libgnutls-26.def', needed by `all-am'. 
 Stop.
    
    There is no direct rules that generate it, but it is generated
    as a byproduct when building libgnutls.la. By marking the la
    file as a dependency, make won't bail out by not finding the file
    until that dependency is built, and at that point, the def file
    exists.
    
    Signed-off-by: Simon Josefsson <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 extra/Makefile.am |    1 +
 lib/Makefile.am   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/extra/Makefile.am b/extra/Makefile.am
index cfcdbd5..5d6a41b 100644
--- a/extra/Makefile.am
+++ b/extra/Makefile.am
@@ -68,6 +68,7 @@ endif
 if HAVE_LD_OUTPUT_DEF
 libgnutls_openssl_la_LDFLAGS += \
        -Wl,--output-def,libgnutls-openssl-$(DLL_VERSION).def
+libgnutls-openssl-$(DLL_VERSION).def: libgnutls-openssl.la
 defexec_DATA += libgnutls-openssl-$(DLL_VERSION).def
 endif
 endif
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 74258b5..d944c2f 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -141,6 +141,7 @@ endif
 
 if HAVE_LD_OUTPUT_DEF
 libgnutls_la_LDFLAGS += -Wl,--output-def,libgnutls-$(DLL_VERSION).def
+libgnutls-$(DLL_VERSION).def: libgnutls.la
 defexecdir = $(bindir)
 defexec_DATA = libgnutls-$(DLL_VERSION).def
 DISTCLEANFILES += $(defexec_DATA)


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]