aboutsummaryrefslogtreecommitdiff
path: root/src/all.rc
diff options
context:
space:
mode:
authorAkshat Kumar <seed@mail.nanosouffle.net>2013-02-23 00:22:39 +0100
committerRon Minnich <rminnich@gmail.com>2013-02-23 00:22:39 +0100
commit046e035fcaf4727e9ac7af554beea87d02618f15 (patch)
tree44377b65b2424e406520252c0946ca78699ce685 /src/all.rc
parent722ee1f4797a81916b19e80df479058897c44923 (diff)
downloadgo-046e035fcaf4727e9ac7af554beea87d02618f15.tar.gz
go-046e035fcaf4727e9ac7af554beea87d02618f15.zip
all.rc: make sure the Go tools end up in /bin
At least one test (in package runtime) depends on `go' being in $path. We simply bind GOROOT/bin before /bin to make sure the latest copy of the binary is accessible there. R=rsc, rminnich, ality CC=golang-dev https://golang.org/cl/7391047
Diffstat (limited to 'src/all.rc')
-rwxr-xr-xsrc/all.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/all.rc b/src/all.rc
index 04d4b255c0..b9d4c32eb9 100755
--- a/src/all.rc
+++ b/src/all.rc
@@ -9,5 +9,6 @@ if(! test -f make.rc){
}
. ./make.rc --no-banner
+bind -b $GOROOT/bin /bin
./run.rc --no-rebuild
$GOTOOLDIR/dist banner # print build info