|
Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src
This change removes the necessity to have GOBIN in $PATH,
and also doesn't assume that the build is being run from
$GOROOT/src. This is a minimal set of necessary changes
to get Go to build happily from the FreeBSD ports
collection.
Total comments: 3
Total comments: 2
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+162 lines, -111 lines) |
Patch |
 |
M |
doc/install.html
|
View
|
3
|
2 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
doc/progs/run
|
View
|
3
|
4 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
misc/cgo/stdio/Makefile
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
misc/cgo/stdio/test.bash
|
View
|
2
3
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/Make.cmd
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/Make.conf
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/Make.pkg
|
View
|
1
2
3
4
|
7 chunks |
+24 lines, -12 lines |
0 comments
|
Download
|
 |
M |
src/Makefile
|
View
|
1
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
src/clean.bash
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/cmd/clean.bash
|
View
|
1
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/cmd/ebnflint/Makefile
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/cmd/gc/mkbuiltin
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/cmd/gotest/gotest
|
View
|
1
2
3
4
|
4 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
src/cmd/make.bash
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/make.bash
|
View
|
1
2
3
4
|
6 chunks |
+21 lines, -19 lines |
0 comments
|
Download
|
 |
M |
src/make-arm.bash
|
View
|
1
2
3
4
|
3 chunks |
+21 lines, -13 lines |
0 comments
|
Download
|
 |
M |
src/pkg/exp/eval/test.bash
|
View
|
1
2
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/pkg/exp/ogle/Makefile
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/pkg/runtime/Makefile
|
View
|
2
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
src/run.bash
|
View
|
1
|
3 chunks |
+19 lines, -17 lines |
0 comments
|
Download
|
 |
M |
test/bench/timing.sh
|
View
|
3
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
Total messages: 8
|