From b8ddc28e5a8f425a4f8a8eebc947e5a48eff7efa Mon Sep 17 00:00:00 2001 From: Akshat Kumar Date: Sat, 23 Feb 2013 00:22:39 +0100 Subject: 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 --- src/all.rc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/all.rc') 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 -- cgit v1.2.1