Change in osmo-gsm-manuals[master]: Makefile.am: include osmo-release.mk

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed May 29 08:55:17 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/14242 )

Change subject: Makefile.am: include osmo-release.mk
......................................................................

Makefile.am: include osmo-release.mk

Allow using the same release process, as with other Osmocom components:
https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release

Related: OS#3899
Change-Id: Id31b8aa3f8c46509774c44ee027ab89862249766
---
M Makefile.am
M configure.ac
2 files changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/Makefile.am b/Makefile.am
index 479fe8e..75b642e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,6 +10,8 @@
 $(top_srcdir)/.version:
 	echo $(VERSION) > $@-t && mv $@-t $@
 
+ at RELMAKE@
+
 dist-hook:
 	echo $(VERSION) > $(distdir)/.tarball-version
 
diff --git a/configure.ac b/configure.ac
index d2858e4..9858af6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,10 @@
 
 AM_INIT_AUTOMAKE([foreign dist-bzip2 1.6 subdir-objects])
 
+dnl include release helper
+RELMAKE='-include osmo-release.mk'
+AC_SUBST([RELMAKE])
+
 dnl checks for programs
 AC_PROG_INSTALL
 LT_INIT

-- 
To view, visit https://gerrit.osmocom.org/14242
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Id31b8aa3f8c46509774c44ee027ab89862249766
Gerrit-Change-Number: 14242
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190529/9a7812e5/attachment.htm>


More information about the gerrit-log mailing list