Skip to content

Commit 7fb301b

Browse files
authored
Merge pull request ceph#60118 from kshtsk/wip-refactor-make-check
script/run-make: stop args duplication
2 parents 05ae3db + 247562f commit 7fb301b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/script/run-make.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function clean_up_after_myself() {
2929

3030
function detect_ceph_dev_pkgs() {
3131
local boost_root=/opt/ceph
32+
local cmake_opts=""
3233
if test -f $boost_root/include/boost/config.hpp; then
3334
cmake_opts+=" -DWITH_SYSTEM_BOOST=ON -DBOOST_ROOT=$boost_root"
3435
else

0 commit comments

Comments
 (0)