osmith has uploaded this change for review.
*/gen_links.sh: fix wrong SDP_EncDec.cc symlink
SDP_EncDec.cc is not in titan.Libraries.TCCUsefulFunctions, it is in
titan.ProtocolModules.SDP. The gen_links.sh scripts had instructions to
symlink both the wrong and right location of SDP_EncDec.cc, and most of
the time the right location would be symlinked.
When the wrong location was symlinked, the next command
regen_makefile.sh would fail with:
ttcn3_makefilegen: error: Cannot find any source file for argument `SDP_EncDec.cc'.
Change-Id: I5799ee04b9897fb58a92cf222bcffbf97275d7c1
---
M bsc-nat/gen_links.sh
M bsc/gen_links.sh
M smlc/gen_links.sh
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/41/41141/1
diff --git a/bsc-nat/gen_links.sh b/bsc-nat/gen_links.sh
index fa7e868..da40ecb 100755
--- a/bsc-nat/gen_links.sh
+++ b/bsc-nat/gen_links.sh
@@ -9,7 +9,7 @@
#gen_links $DIR $FILES
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
-FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h SDP_EncDec.cc"
+FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
gen_links $DIR $FILES
DIR=$BASEDIR/titan.TestPorts.Common_Components.Socket-API/src
diff --git a/bsc/gen_links.sh b/bsc/gen_links.sh
index 7e31117..8b70c9b 100755
--- a/bsc/gen_links.sh
+++ b/bsc/gen_links.sh
@@ -9,7 +9,7 @@
#gen_links $DIR $FILES
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
-FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h SDP_EncDec.cc"
+FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
gen_links $DIR $FILES
DIR=$BASEDIR/titan.TestPorts.Common_Components.Socket-API/src
diff --git a/smlc/gen_links.sh b/smlc/gen_links.sh
index 2c8bca3..fe09145 100755
--- a/smlc/gen_links.sh
+++ b/smlc/gen_links.sh
@@ -9,7 +9,7 @@
#gen_links $DIR $FILES
DIR=$BASEDIR/titan.Libraries.TCCUsefulFunctions/src
-FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h SDP_EncDec.cc"
+FILES="TCCInterface_Functions.ttcn TCCConversion_Functions.ttcn TCCConversion.cc TCCInterface.cc TCCInterface_ip.h"
gen_links $DIR $FILES
DIR=$BASEDIR/titan.TestPorts.Common_Components.Socket-API/src
To view, visit change 41141. To unsubscribe, or for help writing mail filters, visit settings.