| Index: masters/master-common.mk
|
| diff --git a/masters/master-common.mk b/masters/master-common.mk
|
| index 936a7dcb816105eaf1dfc5f68f5cfb9e73e6a5ef..0b1dfe53252758bd0284dcf9130a80ee029eff23 100644
|
| --- a/masters/master-common.mk
|
| +++ b/masters/master-common.mk
|
| @@ -8,10 +8,10 @@
|
| #
|
| # For example: while we transition from buildbot 0.7.12 to buildbot 0.8.x ,
|
| # some masters will override BUILDBOT_PATH in their local Makefiles.
|
| -TOPLEVEL_DIR ?= ../../..
|
| -SCRIPTS_DIR ?= $(TOPLEVEL_DIR)/build/scripts
|
| +TOPLEVEL_DIR ?= ../..
|
| +SCRIPTS_DIR ?= $(TOPLEVEL_DIR)/scripts
|
|
|
| -GCLIENT = $(shell which gclient || echo "$(TOPLEVEL_DIR)/depot_tools/gclient")
|
| +GCLIENT = $(shell which gclient || echo "$(TOPLEVEL_DIR)/../depot_tools/gclient")
|
|
|
| BUILDBOT8_PATH = $(shell $(SCRIPTS_DIR)/common/env.py -M "$(PWD)" echo)
|
| BUILDBOT_PATH ?= $(BUILDBOT8_PATH)
|
| @@ -19,4 +19,4 @@
|
| # Define PYTHONPATH.
|
| PYTHONPATH := $(BUILDBOT8_PATH)
|
|
|
| -include $(TOPLEVEL_DIR)/build/masters/master-common-rules.mk
|
| +include $(TOPLEVEL_DIR)/masters/master-common-rules.mk
|
|
|