osmith submitted this change.

View Change


Approvals: osmith: Looks good to me, approved; Verified
ttcn3.sh: clean osmo-ttcn3-hacks too

Change-Id: Id0fdf5e3f0917e56e3c6abff54a2f886367252f5
---
M ttcn3/ttcn3.sh
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/ttcn3/ttcn3.sh b/ttcn3/ttcn3.sh
index 54b4328..007fcc7 100755
--- a/ttcn3/ttcn3.sh
+++ b/ttcn3/ttcn3.sh
@@ -27,6 +27,11 @@
"$DIR_MAKE" \
"$DIR_OUTPUT" \
"$DIR_USR_LOCAL"
+
+ if [ -d "$DIR_OSMODEV/src/osmo-ttcn3-hacks" ]; then
+ make -C "$DIR_OSMODEV/src/osmo-ttcn3-hacks" clean
+ fi
+
exit 0
}


To view, visit change 35106. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: Id0fdf5e3f0917e56e3c6abff54a2f886367252f5
Gerrit-Change-Number: 35106
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged