[MERGED] libgtpnl[master]: Makefile: Build gtp-{link, tunnel} by default, but don't inst...

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
Fri Feb 16 07:59:38 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: Makefile: Build gtp-{link,tunnel} by default, but don't install them
......................................................................


Makefile: Build gtp-{link,tunnel} by default, but don't install them

They used to be in check_programs, but then this would only build them
during 'make check' which not everyone knows or is using.

Change-Id: Idd2b3a66e5968686e6bbff59dbc89b7673def8dd
Inspired-by: Thomas Boros <tomas.boros92 at gmail.com>
---
M tools/Makefile.am
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/tools/Makefile.am b/tools/Makefile.am
index 95aef86..ec2eb66 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,7 +1,7 @@
 include $(top_srcdir)/Make_global.am
 
-check_PROGRAMS = gtp-link		\
-		 gtp-tunnel
+noinst_PROGRAMS = gtp-link		\
+		  gtp-tunnel
 
 gtp_link_SOURCES = gtp-link.c
 gtp_link_LDADD = ../src/libgtpnl.la ${LIBMNL_LIBS}

-- 
To view, visit https://gerrit.osmocom.org/6517
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Idd2b3a66e5968686e6bbff59dbc89b7673def8dd
Gerrit-PatchSet: 1
Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list