Rename build dir to .build

This allows the bazel `BUILD` file to coexist on case insensitive
filesystems such as on OSX.

PUBLISHED_FROM=35def41bea62ddc623966e26814adddbf53315d5
This commit is contained in:
Marko Mikulicic 2016-04-01 10:24:03 +01:00 committed by rojer
parent 53c3e1338f
commit 2c4ffcf70d

View File

@ -6,7 +6,7 @@ PLATFORM = CC3200
SDK_PATH ?= /cc3200-sdk
REPO_PATH ?= ../../..
COMMON_PATH ?= $(REPO_PATH)/common
BUILD_DIR ?= ./build
BUILD_DIR ?= ./.build
FW_DIR ?= ./out
SLFS_PATH ?= ./slfs