aboutsummaryrefslogtreecommitdiffstats
path: root/coverity
diff options
context:
space:
mode:
Diffstat (limited to 'coverity')
-rwxr-xr-xcoverity/build_Osmocom.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 1a4b5a5..9e5607d 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -51,13 +51,9 @@ build_openbsc() {
}
build_osmobts() {
- #IU pushd openbsc/openbsc
- #IU git checkout master
- #IU git pull --rebase
- #IU popd
pushd osmo-bts
- do_build --enable-sysmocom-bts --with-openbsc="$src_dir/openbsc/openbsc/include"
+ do_build --enable-sysmocom-bts
popd
}