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:24:31 UTC 2020


laforge has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/40/17340/1

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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200304/bcf9e765/attachment.htm>


More information about the gerrit-log mailing list