summaryrefslogtreecommitdiff
path: root/src/all.rc
diff options
context:
space:
mode:
authorAkshat Kumar <seed@mail.nanosouffle.net>2013-02-23 00:22:39 +0100
committerAkshat Kumar <seed@mail.nanosouffle.net>2013-02-23 00:22:39 +0100
commitb8ddc28e5a8f425a4f8a8eebc947e5a48eff7efa (patch)
treee1708d58ec8e0c873079176c3c0bde4a93e0e009 /src/all.rc
parentcd8b0e173e409078549119549b6fe084cd0c3e4b (diff)
downloadgo-b8ddc28e5a8f425a4f8a8eebc947e5a48eff7efa.tar.gz
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://codereview.appspot.com/7391047 Committer: Ron Minnich <rminnich@gmail.com>
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 04d4b255c..b9d4c32eb 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