Home | History | Annotate | Download | only in devel

Lines Matching full:goroot

75 	use *goroot as base path in zip file,
322 * cmd/yacc/units.y: update comment, give better error messages when $GOROOT not set (thanks Shenghou Ma).
661 Only the go, godoc, and gofmt tools are installed to $GOROOT/bin (or $GOBIN).
662 The remainder are installed to $GOROOT/bin/tool.
785 * misc/osx: don't set GOROOT or modify profile files,
2425 * test: put GOROOT/bin before all others in run.
2522 * go/build: use GOBIN as binary path for GOROOT.
2679 less aggressive failure when GOROOT not found.
3611 fix TestEvalSymlinks when run under symlinked GOROOT.
3901 record $GOROOT_FINAL for runtime.GOROOT.
3945 fix spaces in GOROOT (thanks Christopher Nielsen).
5059 remove more references to GOBIN and GOROOT (thanks Christian Himpel).
5123 - $GOROOT is now optional, but if you choose not to set it you must run
5126 - $GOBIN remains optional and now defaults to $GOROOT/bin;
5144 * build: $GOBIN defaults to $GOROOT/bin,
5811 * runtime: add GOROOT and Version,
5933 * godoc: support for directories outside $GOROOT
6155 * all.bash: now works even when $GOROOT has spaces (thanks Sergio Luis O. B. Correia),