osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-dev/+/35106?usp=email )
Change subject: ttcn3.sh: clean osmo-ttcn3-hacks too
......................................................................
ttcn3.sh: clean osmo-ttcn3-hacks too
Change-Id: Id0fdf5e3f0917e56e3c6abff54a2f886367252f5
---
M ttcn3/ttcn3.sh
1 file changed, 14 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/06/35106/1
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
https://gerrit.osmocom.org/c/osmo-dev/+/35106?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: Id0fdf5e3f0917e56e3c6abff54a2f886367252f5
Gerrit-Change-Number: 35106
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange