Change in osmo-remsim[master]: src/Makefile.am: Build src directory (libosmo-rspro) before sub-direc...

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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Mar 4 10:29:18 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/17340 )

Change subject: src/Makefile.am: Build src directory (libosmo-rspro) before sub-directories
......................................................................

src/Makefile.am: Build src directory (libosmo-rspro) before sub-directories

This ensures that libosmo-rspro is first built/installed, before the
programs that depend on it are.

This resolves warnings like
libtool: warning: '../../src/libosmo-rspro.la' has not been installed in '/tmp/osmo-remsim/osmo-remsim-0.2.2.59-2f5c/_inst/lib'
during the build process.

Change-Id: I928ff36406986cd0d3fe493f258864a38ce37798
---
M src/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/src/Makefile.am b/src/Makefile.am
index c954db2..6fff228 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = rspro
+SUBDIRS = rspro .
 if BUILD_BANKD
 SUBDIRS += bankd
 endif

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/17340
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I928ff36406986cd0d3fe493f258864a38ce37798
Gerrit-Change-Number: 17340
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200304/1d7b7af5/attachment.htm>


More information about the gerrit-log mailing list