aboutsummaryrefslogtreecommitdiffstats
path: root/coverity
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-10-24 16:33:33 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-10-24 16:44:29 +0300
commit1dcc508ce6f4799cf8f3d7b9a73ca031f6e1c2c0 (patch)
treec3c4ab37c795bc1fe85ff9ba39941efb73755576 /coverity
parentc2b01a9b819d4b1b8b50b609cae0504624af8926 (diff)
coverity: fix build_simtrace2(): generate Makefile using autotools
Starting from I57e77f927ee9e169cc794c5dc6b128a2d590201b, autotools are required in order to configure and build the project. Change-Id: I48696af1ccb5eb884f5de9085bcda37fc41766fb Fixes: I74da8b523c9d51887d5eceb01ca0f505bb846812
Diffstat (limited to 'coverity')
-rwxr-xr-xcoverity/build_Osmocom.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 3723842..3ab1313 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -55,8 +55,8 @@ build_osmocombb() {
}
build_simtrace2() {
- pushd simtrace2
- make -C host
+ pushd simtrace2/host
+ do_build
popd
}