Skip to content

Commit

Permalink
[ot-rfsim] fix cp paths
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoDijk committed Jul 5, 2024
1 parent 7bc09ec commit 60c81b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions ot-rfsim/script/build_br
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ main()
options+=("${OTBR_OPTIONS[@]}" "$@")

./script/build "${options[@]}" ot-cli-ftd

cp ./build/bin/ot-cli-ftd ./ot-versions/ot-cli-ftd_br
}

Expand Down
4 changes: 2 additions & 2 deletions ot-rfsim/script/build_v11
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ readonly OT_OPTIONS

OT_DIR="../openthread-v11" OT_CMAKE_BUILD_DIR="build-v11" ./script/build "${OT_OPTIONS[@]}"

cp ./build/bin/ot-cli-ftd ./ot-versions/ot-cli-ftd_v11
cp ./build/bin/ot-cli-mtd ./ot-versions/ot-cli-mtd_v11
cp ./build-v11/bin/ot-cli-ftd ./ot-versions/ot-cli-ftd_v11
cp ./build-v11/bin/ot-cli-mtd ./ot-versions/ot-cli-mtd_v11
4 changes: 2 additions & 2 deletions ot-rfsim/script/build_v12
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ readonly OT_OPTIONS

OT_DIR="../openthread-v12" OT_CMAKE_BUILD_DIR="build-v12" ./script/build "${OT_OPTIONS[@]}"

cp ./build/bin/ot-cli-ftd ./ot-versions/ot-cli-ftd_v12
cp ./build/bin/ot-cli-mtd ./ot-versions/ot-cli-mtd_v12
cp ./build-v12/bin/ot-cli-ftd ./ot-versions/ot-cli-ftd_v12
cp ./build-v12/bin/ot-cli-mtd ./ot-versions/ot-cli-mtd_v12
4 changes: 2 additions & 2 deletions ot-rfsim/script/build_v13
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ readonly OT_OPTIONS

OT_DIR="../openthread-v13" OT_CMAKE_BUILD_DIR="build-v13" ./script/build "${OT_OPTIONS[@]}"

cp ./build/bin/ot-cli-ftd ./ot-versions/ot-cli-ftd_v13
cp ./build/bin/ot-cli-mtd ./ot-versions/ot-cli-mtd_v13
cp ./build-v13/bin/ot-cli-ftd ./ot-versions/ot-cli-ftd_v13
cp ./build-v13/bin/ot-cli-mtd ./ot-versions/ot-cli-mtd_v13

0 comments on commit 60c81b2

Please sign in to comment.