fixeria has submitted this change. ( 
https://gerrit.osmocom.org/c/osmocom-bb/+/28501 )

Change subject: trxcon: Makefile.am: fix make {dist,distcheck} targets
......................................................................

trxcon: Makefile.am: fix make {dist,distcheck} targets

File '.version' must be also listed in EXTRA_DIST, otherwise I get:

  echo 0.0.0 > ../../.version-t && mv ../../.version-t ../../.version
  /bin/sh: line 1: ../../.version-t: Permission denied

Change-Id: I65f7c505f5a231bab114c45f5fdd7421601dfbc0
Related: OS#5599, OS#3761
---
M src/host/trxcon/Makefile.am
1 file changed, 7 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/host/trxcon/Makefile.am b/src/host/trxcon/Makefile.am
index 0c71e97..893d9ab 100644
--- a/src/host/trxcon/Makefile.am
+++ b/src/host/trxcon/Makefile.am
@@ -44,8 +44,14 @@
        $(LIBOSMOGSM_LIBS) \
        $(NULL)

+BUILT_SOURCES = \
+       $(top_srcdir)/.version \
+       $(NULL)
+EXTRA_DIST = \
+       .version \
+       $(NULL)
+
 # versioning magic
-BUILT_SOURCES = $(top_srcdir)/.version
 $(top_srcdir)/.version:
        echo $(VERSION) > $@-t && mv $@-t $@
 dist-hook:

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I65f7c505f5a231bab114c45f5fdd7421601dfbc0
Gerrit-Change-Number: 28501
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to