From bd270e5ff4034f3ad651e93c2d6f03eb6e3bd7b5 Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Thu, 7 Jan 2016 16:18:26 +0100 Subject: [PATCH] Backout: Remove backend container dep for non-container builds Make is called recursively, once outside then inside the container --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cbd39cfbc..14cf3b42c 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ shell: -v $(shell pwd)/.pkg:/go/pkg \ $(SCOPE_BACKEND_BUILD_IMAGE) SCOPE_VERSION=$(SCOPE_VERSION) GO_BUILD_INSTALL_DEPS=$(GO_BUILD_INSTALL_DEPS) $@ else -$(SCOPE_EXE): +$(SCOPE_EXE): $(SCOPE_BACKEND_BUILD_UPTODATE) time go build $(GO_BUILD_FLAGS) -o $@ ./$(@D) @strings $@ | grep cgo_stub\\\.go >/dev/null || { \ rm $@; \