Repository: incubator-mynewt-newt
Updated Branches:
  refs/heads/develop a6b643186 -> 13be521ed


Don't automatically build when doing 'target download'.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/13be521e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/13be521e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/13be521e

Branch: refs/heads/develop
Commit: 13be521eddd7c7ac3603628449a7d743df33e514
Parents: a6b6431
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Wed Feb 24 17:51:58 2016 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Wed Feb 24 17:51:58 2016 -0800

----------------------------------------------------------------------
 newt/newt.go | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/13be521e/newt/newt.go
----------------------------------------------------------------------
diff --git a/newt/newt.go b/newt/newt.go
index 0b4acd9..da715cd 100644
--- a/newt/newt.go
+++ b/newt/newt.go
@@ -338,11 +338,6 @@ func targetDownloadCmd(cmd *cobra.Command, args []string) {
                NewtUsage(nil, err)
        }
 
-       err = t.Build()
-       if err != nil {
-               NewtUsage(nil, err)
-       }
-
        err = t.Download()
        if err != nil {
                NewtUsage(nil, err)

Reply via email to