[OpenSRF-GIT] OpenSRF branch master updated. 740e725fbb02d7d3476d39efbed0b382f13b880d
Evergreen Git
git at git.evergreen-ils.org
Mon Jul 31 10:41:46 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, master has been updated
via 740e725fbb02d7d3476d39efbed0b382f13b880d (commit)
from 47bafe1172027540a8b73f53f36de694f8acb799 (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 740e725fbb02d7d3476d39efbed0b382f13b880d
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