Skip to content

Commit

Permalink
Merge pull request #139 from contiv/fix-make-build
Browse files Browse the repository at this point in the history
Makefile: move `start` target inside of build (Recursive) so `make build demo ssh` works.
  • Loading branch information
Erik Hollensbe committed Aug 27, 2015
2 parents 06934eb + ac52ae3 commit e392a6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ host-build:
run-build: deps checks clean
godep go install -v $(TO_BUILD)

build: start
build:
make start
vagrant ssh netplugin-node1 -c 'sudo -i bash -lc "source /etc/profile.d/envvar.sh && cd /opt/golang/src/github.com/contiv/netplugin && make run-build"'
make stop

Expand Down

0 comments on commit e392a6d

Please sign in to comment.