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/osmocom-net-gprs@lists.osmocom.org/.
Harald Welte laforge at gnumonks.orgHi Thomas,
On Thu, Feb 15, 2018 at 11:06:12AM +0100, Thomas Boros wrote:
> +bin_PROGRAMS = gtp-link \
> + gtp-tunnel
> +
> check_PROGRAMS = gtp-link \
> gtp-tunnel
This would have them both in bin_PROGRAMS and in check_PROGRAMS, which is redundant.
In any case bin_PROGRAMS installs those tools, which are really only useful to developers
and not for the typical users. I went for an alternative and included them in noinst_PROGRAMS,
i.e. they are always being built during 'make' not only 'make check', but they still aren't
installed during 'make install'.
See https://gerrit.osmocom.org/6517
--
- Harald Welte <laforge at gnumonks.org> http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
(ETSI EN 300 175-7 Ch. A6)