[OpenSRF-GIT] OpenSRF branch rel_2_4 updated. osrf_rel_2_4_2-1-gf270656

Evergreen Git git at git.evergreen-ils.org
Mon Jul 31 10:41:47 EDT 2017


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 "OpenSRF".

The branch, rel_2_4 has been updated
       via  f27065694754088b133734fc131c8d4c1b97613d (commit)
      from  20726cb71dc77ecfd181610aca449c2cb69f1d53 (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 f27065694754088b133734fc131c8d4c1b97613d
Author: Graham Billiau <graham at geeksinthegong.net>
Date:   Thu Jul 13 11:29:43 2017 -0400

    LP#1704116: fix intermittant failure of parallel building
    
    Running make to do a parallel build (e.g., 'make -j 4' or
    the like) could fail because of an undeclared dependency; this
    patch fixes the issue.
    
    The issue can be reproduced by repeating "make clean; make -j 4"
    until the build fails.
    
    Signed-off-by: Graham Billiau <graham at geeksinthegong.net>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/src/libopensrf/Makefile.am b/src/libopensrf/Makefile.am
index ec5f26f..fd3729b 100644
--- a/src/libopensrf/Makefile.am
+++ b/src/libopensrf/Makefile.am
@@ -100,6 +100,7 @@ opensrf_c_SOURCES = opensrf.c
 opensrf_c_DEPENDENCIES = libopensrf.la
 
 osrf_json_test_SOURCES = osrf_json_test.c $(JSON_TARGS) $(JSON_DEP) $(JSON_TARGS_HEADS) $(JSON_DEP_HEADS)
+osrf_json_test_DEPENDENCIES = libopensrf.la
 
 noinst_LTLIBRARIES = libosrf_json.la
 lib_LTLIBRARIES = libopensrf.la

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

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


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list