Skip to content

Commit

Permalink
Merge pull request #678 from DivyaVavili/skip_install_build
Browse files Browse the repository at this point in the history
skip install from build directories
  • Loading branch information
Joji Mekkatt committed Jan 20, 2017
2 parents ee61972 + b6130df commit c3a8e3e
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 c3a8e3e

Please sign in to comment.