From a57b37ed0e1531e7cc7b8c91ecf73a904c067891 Mon Sep 17 00:00:00 2001 From: Mikhail Sobolev Date: Tue, 26 Mar 2013 02:23:36 +0200 Subject: [PATCH] use .gopath/ instead of build/ --- .gitignore | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 809fa8e268..4bbbb2a127 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ command-line-arguments.test .flymake* docker.test auth/auth.test -build/ +.gopath/ diff --git a/Makefile b/Makefile index 3b8b1e9249..be67fcc232 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ DOCKER_PACKAGE := github.com/dotcloud/docker -BUILD_DIR := $(CURDIR)/build +BUILD_DIR := $(CURDIR)/.gopath GOPATH ?= $(BUILD_DIR) export GOPATH