Change in osmo-trx[master]: mark uhddev_ipc.cpp as BUILT_SOURCES

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
Sun Feb 28 10:31:16 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-trx/+/23140 )

Change subject: mark uhddev_ipc.cpp as BUILT_SOURCES
......................................................................

mark uhddev_ipc.cpp as BUILT_SOURCES

fixes "make dist-bzip2" on a clean checkout

Closes: OS#5052
Change-Id: Ieb4cefb16c8f43e708a96353c13342fe40ffdb54
---
M Transceiver52M/device/ipc/Makefile.am
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/Transceiver52M/device/ipc/Makefile.am b/Transceiver52M/device/ipc/Makefile.am
index 4fe0090..1c75088 100644
--- a/Transceiver52M/device/ipc/Makefile.am
+++ b/Transceiver52M/device/ipc/Makefile.am
@@ -17,14 +17,15 @@
 libdevice_la_LIBADD = $(top_builddir)/Transceiver52M/device/common/libdevice_common.la
 libdevice_la_CXXFLAGS = $(AM_CXXFLAGS) -DIPCMAGIC
 
-if DEVICE_UHD
-
 #work around distclean issue on older autotools vers:
 #a direct build of ../uhd/UHDDevice.cpp tries to clean
 #../uhd/.dep/UHDDevice.Plo twice and fails
 uhddev_ipc.cpp:
 	echo "#include \"../uhd/UHDDevice.cpp\"" >$@
 CLEANFILES= uhddev_ipc.cpp
+BUILT_SOURCES = uhddev_ipc.cpp
+
+if DEVICE_UHD
 
 bin_PROGRAMS = ipc-driver-test
 #ipc_driver_test_SHORTNAME = drvt

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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: Ieb4cefb16c8f43e708a96353c13342fe40ffdb54
Gerrit-Change-Number: 23140
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210228/44961010/attachment.htm>


More information about the gerrit-log mailing list