[PATCH] osmo-trx[master]: Use release helper from libosmocore

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

Max gerrit-no-reply at lists.osmocom.org
Mon Aug 28 10:11:18 UTC 2017


Review at  https://gerrit.osmocom.org/3717

Use release helper from libosmocore

Change-Id: Ieb843923d8f534654413be695f2b5f0c87b75520
Related: OS#1861
---
M Makefile.am
M configure.ac
2 files changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/17/3717/1

diff --git a/Makefile.am b/Makefile.am
index 56cb4ba..5cf1a45 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,6 +39,7 @@
 	COPYING \
 	README
 
+ at RELMAKE@
 
 dox: FORCE
 	doxygen doxconfig
diff --git a/configure.ac b/configure.ac
index 8cfd25d..43b5403 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,10 @@
 dnl Linux kernel KBuild style compile messages
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
+dnl include release helper
+RELMAKE='-include osmo-release.mk'
+AC_SUBST([RELMAKE])
+
 AM_PROG_AS
 AC_PROG_CXX
 AX_CXX_COMPILE_STDCXX_11

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb843923d8f534654413be695f2b5f0c87b75520
Gerrit-PatchSet: 1
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list