From 6e0ac337c979af420bef197f2a9e2bde5e65d0fc Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 28 Jan 2018 15:17:34 +0000 Subject: [PATCH] Avoid clashes with "build" directories on case-insensitive file systems. --- BUILD => BUILD.bazel | 0 auto_tests/{BUILD => BUILD.bazel} | 0 other/{BUILD => BUILD.bazel} | 0 other/bootstrap_daemon/{BUILD => BUILD.bazel} | 0 other/fun/{BUILD => BUILD.bazel} | 0 super_donators/{BUILD => BUILD.bazel} | 0 testing/{BUILD => BUILD.bazel} | 0 toxav/{BUILD => BUILD.bazel} | 0 toxcore/{BUILD => BUILD.bazel} | 0 toxencryptsave/{BUILD => BUILD.bazel} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename BUILD => BUILD.bazel (100%) rename auto_tests/{BUILD => BUILD.bazel} (100%) rename other/{BUILD => BUILD.bazel} (100%) rename other/bootstrap_daemon/{BUILD => BUILD.bazel} (100%) rename other/fun/{BUILD => BUILD.bazel} (100%) rename super_donators/{BUILD => BUILD.bazel} (100%) rename testing/{BUILD => BUILD.bazel} (100%) rename toxav/{BUILD => BUILD.bazel} (100%) rename toxcore/{BUILD => BUILD.bazel} (100%) rename toxencryptsave/{BUILD => BUILD.bazel} (100%) diff --git a/BUILD b/BUILD.bazel similarity index 100% rename from BUILD rename to BUILD.bazel diff --git a/auto_tests/BUILD b/auto_tests/BUILD.bazel similarity index 100% rename from auto_tests/BUILD rename to auto_tests/BUILD.bazel diff --git a/other/BUILD b/other/BUILD.bazel similarity index 100% rename from other/BUILD rename to other/BUILD.bazel diff --git a/other/bootstrap_daemon/BUILD b/other/bootstrap_daemon/BUILD.bazel similarity index 100% rename from other/bootstrap_daemon/BUILD rename to other/bootstrap_daemon/BUILD.bazel diff --git a/other/fun/BUILD b/other/fun/BUILD.bazel similarity index 100% rename from other/fun/BUILD rename to other/fun/BUILD.bazel diff --git a/super_donators/BUILD b/super_donators/BUILD.bazel similarity index 100% rename from super_donators/BUILD rename to super_donators/BUILD.bazel diff --git a/testing/BUILD b/testing/BUILD.bazel similarity index 100% rename from testing/BUILD rename to testing/BUILD.bazel diff --git a/toxav/BUILD b/toxav/BUILD.bazel similarity index 100% rename from toxav/BUILD rename to toxav/BUILD.bazel diff --git a/toxcore/BUILD b/toxcore/BUILD.bazel similarity index 100% rename from toxcore/BUILD rename to toxcore/BUILD.bazel diff --git a/toxencryptsave/BUILD b/toxencryptsave/BUILD.bazel similarity index 100% rename from toxencryptsave/BUILD rename to toxencryptsave/BUILD.bazel