Skip to content

Commit

Permalink
skip install from build directories
Browse files Browse the repository at this point in the history
  • Loading branch information
dvavili committed Jan 6, 2017
1 parent d6740d4 commit b6130df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

DEFAULT_DOCKER_VERSION := 1.12.3
SHELL := /bin/bash
EXCLUDE_DIRS := bin docs Godeps scripts test vagrant vendor
EXCLUDE_DIRS := bin docs Godeps scripts test vagrant vendor install
PKG_DIRS := $(filter-out $(EXCLUDE_DIRS),$(subst /,,$(sort $(dir $(wildcard */)))))
TO_BUILD := ./netplugin/ ./netmaster/ ./netctl/netctl/ ./mgmtfn/k8splugin/contivk8s/ ./mgmtfn/mesosplugin/netcontiv/
HOST_GOBIN := `if [ -n "$$(go env GOBIN)" ]; then go env GOBIN; else dirname $$(which go); fi`
Expand Down

0 comments on commit b6130df

Please sign in to comment.