Home | History | Annotate | Download | only in dist

Lines Matching full:installcmd

1315 	installCmd := []string{goBinary, "install", "-gcflags=all=" + gogcflags, "-ldflags=all=" + goldflags}
1317 installCmd = append(installCmd, "-v")
1322 installCmd = append(installCmd, "-p=1")
1325 run(goroot, ShowOutput|CheckExit, append(installCmd, args...)...)