Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Makefile: Change "GOPATH not set" to "No GO command" #1286

Merged
merged 1 commit into from
Mar 4, 2019

Commits on Mar 1, 2019

  1. Makefile: Change "GOPATH not set" to "No GO command or GOPATH not set"

    The cause that make "sudo make install" fail is not "GOPATH not set",
    but no go command in path.
    But the commit still keep the "GOPATH not set" because
    execute "unset GOPATH; make" will fail because "go build" cannot work
    without GOPATH.
    
    Fixes: kata-containers#1285
    
    Signed-off-by: Hui Zhu <[email protected]>
    teawater committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    a1ddf53 View commit details
    Browse the repository at this point in the history