[PATCH] osmo-iuh[master]: build: parallel build: require ../libosmo-ranap.la from tests/

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Mon Aug 29 16:24:23 UTC 2016


Hello Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/788

to look at the new patch set (#3).

build: parallel build: require ../libosmo-ranap.la from tests/

This rule is bad because it re-invokes $(MAKE), but it seems to fix the
parallel build. It should probably be done differently.

Change-Id: I8107e08e4c211f20d671f520bf6bab9356f3c90e
---
M src/tests/Makefile.am
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/88/788/3

diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 3a99681..5b51262 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -27,6 +27,9 @@
 dummy_cn_SOURCES = $(RANAP_FILES) test_common.c dummy_cn_sua.c
 dummy_cn_LDADD = $(COMMON_LIBS) $(top_builddir)/src/libosmo-ranap.la
 
+$(top_builddir)/src/libosmo-ranap.la:
+	$(MAKE) -C $(top_builddir)/src libosmo-ranap.la
+
 # The `:;' works around a Bash 3.2 bug when the output is not writeable.
 $(srcdir)/package.m4: $(top_srcdir)/configure.ac
 	:;{ \

-- 
To view, visit https://gerrit.osmocom.org/788
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I8107e08e4c211f20d671f520bf6bab9356f3c90e
Gerrit-PatchSet: 3
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list