Skip to content

Commit

Permalink
Merge pull request #316 from unclejack/makefile_tweaks
Browse files Browse the repository at this point in the history
Makefile: speed up godep install
  • Loading branch information
shaleman committed Apr 6, 2016
2 parents c3ba3a6 + beaaef2 commit 51b1d75
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 @@ -39,7 +39,7 @@ checks:
run-build: deps checks clean
cd ${GOPATH}/src/github.com/contiv/netplugin && version/generate_version ${USE_RELEASE} && \
cd $(GOPATH)/src/github.com/contiv/netplugin && \
godep go install -v $(TO_BUILD) && \
GOGC=1500 godep go install -v $(TO_BUILD) && \
sudo cp scripts/contrib/completion/bash/netctl /etc/bash_completion.d/netctl

build:
Expand Down

0 comments on commit 51b1d75

Please sign in to comment.