Skip to content

Commit 50ba3ed

Browse files
authored
Rename BUILD -> BUILD.bazel (bazel-contrib#946)
1 parent 7e59c5c commit 50ba3ed

File tree

26 files changed

+4
-4
lines changed

26 files changed

+4
-4
lines changed

BUILD renamed to BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exports_files([
2727
filegroup(
2828
name = "distribution",
2929
srcs = [
30-
"BUILD",
30+
"BUILD.bazel",
3131
"MODULE.bazel",
3232
"WORKSPACE",
3333
"internal_deps.bzl",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

python/pip_install/BUILD renamed to python/pip_install/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exports_files(["pip_compile.py"])
33
filegroup(
44
name = "distribution",
55
srcs = glob(["*.bzl"]) + [
6-
"BUILD",
6+
"BUILD.bazel",
77
"pip_compile.py",
88
"//python/pip_install/extract_wheels:distribution",
99
"//python/pip_install/private:distribution",

python/pip_install/pip_repository.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def _construct_pypath(rctx):
2121
"""
2222

2323
# Get the root directory of these rules
24-
rules_root = rctx.path(Label("//:BUILD")).dirname
24+
rules_root = rctx.path(Label("//:BUILD.bazel")).dirname
2525
thirdparty_roots = [
2626
# Includes all the external dependencies from repositories.bzl
2727
rctx.path(Label("@" + repo + "//:BUILD.bazel")).dirname
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tools/BUILD renamed to tools/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ py_binary(
2626
filegroup(
2727
name = "distribution",
2828
srcs = [
29-
"BUILD",
29+
"BUILD.bazel",
3030
"wheelmaker.py",
3131
],
3232
visibility = ["//:__pkg__"],

0 commit comments

Comments
 (0)