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/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-dev/+/16748 )
Change subject: ttcn3.sh: use no_{dahdi,optimization,doxygen}.opts
......................................................................
ttcn3.sh: use no_{dahdi,optimization,doxygen}.opts
Change-Id: If4e5f271d31ebba25ff7c945ee962aefb4a848fa
---
M ttcn3/ttcn3.sh
1 file changed, 9 insertions(+), 1 deletion(-)
Approvals:
osmith: Looks good to me, approved; Verified
diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh
index 5322182..f9297b7 100755
--- a/ttcn3/ttcn3.sh
+++ b/ttcn3/ttcn3.sh
@@ -131,7 +131,15 @@
echo "osmo-ttcn3-hacks"
echo "osmocom-bb") > ttcn3/3G+2G_ttcn3.deps
- ./gen_makefile.py ttcn3/3G+2G_ttcn3.deps default.opts iu.opts no_systemd.opts ttcn3/ttcn3.opts -I -m "$DIR_MAKE"
+ ./gen_makefile.py \
+ ttcn3/3G+2G_ttcn3.deps \
+ default.opts \
+ iu.opts \
+ no_systemd.opts \
+ no_doxygen.opts \
+ no_dahdi.opts \
+ no_optimization.opts \
+ ttcn3/ttcn3.opts -I -m "$DIR_MAKE"
}
# $1: name of repository (e.g. osmo-ttcn3-hacks)
--
To view, visit https://gerrit.osmocom.org/c/osmo-dev/+/16748
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: If4e5f271d31ebba25ff7c945ee962aefb4a848fa
Gerrit-Change-Number: 16748
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200107/827d22c0/attachment.htm>