Hello Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/6276

to look at the new patch set (#2).

Fix regen_makefile warning

Having MSC_Tests.ttcn in call to regen-makefile.sh is redundant because
it's included into *.ttcn mask which is part of $FILES. This leads to
following warning:

ttcn3_makefilegen: warning: File `MSC_Tests.ttcn' was given more than once for 
the Makefile.

Fix this be removing redundant parameter.

Change-Id: Ib94dbe65fa2ae53d95b3f0524af77b1303e33ce3
---
M msc/regen_makefile.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/76/6276/2

diff --git a/msc/regen_makefile.sh b/msc/regen_makefile.sh
index dacd10b..72b409e 100755
--- a/msc/regen_makefile.sh
+++ b/msc/regen_makefile.sh
@@ -2,4 +2,4 @@
 
 FILES="*.ttcn SCCP_EncDec.cc  SCTPasp_PT.cc  TCCConversion.cc TCCInterface.cc 
UD_PT.cc MNCC_EncDec.cc IPL4asp_PT.cc IPL4asp_discovery.cc SDP_EncDec.cc 
RTP_EncDec.cc IPA_CodecPort_CtrlFunctDef.cc RTP_CodecPort_CtrlFunctDef.cc 
MGCP_CodecPort_CtrlFunctDef.cc TELNETasp_PT.cc Native_FunctionDefs.cc *.c"
 
-../regen-makefile.sh MSC_Tests.ttcn $FILES
+../regen-makefile.sh $FILES

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

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ib94dbe65fa2ae53d95b3f0524af77b1303e33ce3
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Max <msur...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to