houshengbo commented on issue #201: Run Godep tool for build URL: https://github.com/apache/incubator-openwhisk-cli/pull/201#issuecomment-359141524 build: deps is used to build the binaries. It depends on deps, and deps runs "go get -d -t ./..." to install all the dependencies based on what is in the json file for deps. If the dependency is ready installed, there will be no change, no matter it is older or newer version. If the dependency is not available, it will install the version as json indicates. One advantage I see in the Makefile is building up the dependencies for each task.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
