[PATCH] osmo-msc[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:04:37 UTC 2017


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

Use release helper from libosmocore

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


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/14/3714/1

diff --git a/Makefile.am b/Makefile.am
index 4a1f65d..536b3f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,9 @@
 
 BUILT_SOURCES = $(top_srcdir)/.version
 EXTRA_DIST = git-version-gen osmoappdesc.py .version
+
+ at RELMAKE@
+
 $(top_srcdir)/.version:
 	echo $(VERSION) > $@-t && mv $@-t $@
 dist-hook:
diff --git a/configure.ac b/configure.ac
index 871f7e5..b0d6b23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,10 @@
 dnl kernel style compile messages
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
+dnl include release helper
+RELMAKE='-include osmo-release.mk'
+AC_SUBST([RELMAKE])
+
 dnl checks for programs
 AC_PROG_MAKE_SET
 AC_PROG_CC

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

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



More information about the gerrit-log mailing list