debian-stretch-titan: prepare: run 'make deps'

Run 'make deps' in ttcn3-docker-prepare.sh, if needed.

Related: OS#5017
Change-Id: I9085203b27d310b63a035fd71f7c2a78d02710d4
This commit is contained in:
Oliver Smith 2021-02-10 15:44:01 +01:00
parent 892d910444
commit 9206cf6b28
1 changed files with 7 additions and 0 deletions

View File

@ -25,4 +25,11 @@ fi
git rev-parse --abbrev-ref HEAD
git rev-parse HEAD
# Update deps if Makefile changed since last 'make deps' (e.g. because
# OSMO_TTCN3_BRANCH is different). The Dockerfile does the initial 'make deps'
# and downloads /tmp/deps-Makefile.
if ! diff -q /tmp/deps-Makefile deps/Makefile; then
make deps
fi
make "$PROJECT"