Commit d068aff8 authored by YannGarcia's avatar YannGarcia
Browse files

TTF T024: Compiler error fixed

parent f56c56c7
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -42,13 +42,12 @@ else
    git checkout devel
fi
cd ./ttcn/LibHttp
ln -sf module_its.mk module.mk
ln module_its.mk module.mk

cd $BASE_PATH/ttcn/LibIts
git checkout devel

cd $BASE_PATH
cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/
cp ./ttcn/patch_lib_common_titan/ttcn/* ./ttcn/LibCommon/ttcn
ln ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/

exit 0
+2 −3
Original line number Diff line number Diff line
@@ -57,14 +57,13 @@ else
    git checkout devel
fi
cd ./ttcn/LibHttp
ln -sf module_its.mk module.mk
ln module_its.mk module.mk

cd $BASE_PATH/ttcn/LibIts
git checkout devel2

cd $BASE_PATH
cp ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/
cp ./ttcn/patch_lib_common_titan/ttcn/* ./ttcn/LibCommon/ttcn
ln ./ttcn/patch_lib_common_titan/module.mk ./ttcn/LibCommon/\


exit 0
Original line number Diff line number Diff line
Subproject commit 554d6b6b3ce1e51d88267a3c946cd30caac97a55
Subproject commit 25b94cec2e9370310eabe936d429f54eae02ffd1
Compare 76f1ea77 to 6724d19d
Original line number Diff line number Diff line
Subproject commit 76f1ea77ad27467cc39300c8599f1c0d37c0be76
Subproject commit 6724d19df91a3c1410c497b7e504add9c366f344
Compare 4c952bd0 to 9d4e824b
Original line number Diff line number Diff line
Subproject commit 4c952bd04cdbecdc17abe1f4001849f0247525b9
Subproject commit 9d4e824b388a9b7ec30690582b69560188ed582d
Loading