Skip to content

Commit 5d9832d

Browse files
oharboeclaude
andcommitted
Rename //:install to //:install_for_bazel
Address review feedback: make it clear this is not a general-purpose installer but specifically for bazel-orfs developers. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> Signed-off-by: Øyvind Harboe <[email protected]>
1 parent d523296 commit 5d9832d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
22

33
sh_binary(
4-
name = "install",
4+
name = "install_for_bazel",
55
srcs = ["bazel/install.sh"],
66
)

bazel/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ BUILD_OPENROAD=1
4949

5050
usage() {
5151
cat <<'EOF'
52-
Usage: bazelisk run //:install [-- OPTIONS]
52+
Usage: bazelisk run //:install_for_bazel [-- OPTIONS]
5353
5454
Options:
5555
--help, -h Show this help

docs/user/BuildLocally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install [Bazelisk](https://bazel.build/install/bazelisk) first.
2222
``` shell
2323
git clone --recursive https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts
2424
cd OpenROAD-flow-scripts
25-
bazelisk run //:install
25+
bazelisk run //:install_for_bazel
2626
cd flow && make
2727
```
2828

0 commit comments

Comments
 (0)