aboutsummaryrefslogtreecommitdiff
path: root/src/all.rc
diff options
context:
space:
mode:
authorAnthony Martin <ality@pbrane.org>2013-02-26 09:25:46 -0800
committerAnthony Martin <ality@pbrane.org>2013-02-26 09:25:46 -0800
commitf08acae76e8a66a5fe245fd5c6948de8add04257 (patch)
tree31b132b54896dd2b8386225a0798d96a3647a13a /src/all.rc
parentc14d255ac5ff06cb9258beebd5bdc6197a28fbd1 (diff)
downloadgo-f08acae76e8a66a5fe245fd5c6948de8add04257.tar.gz
go-f08acae76e8a66a5fe245fd5c6948de8add04257.zip
build: do not set GOBIN on Plan 9
Also, I synced the rc files with changes that have been made to make.bash, etc. R=seed, rminnich, r CC=golang-dev https://golang.org/cl/7389049
Diffstat (limited to 'src/all.rc')
-rwxr-xr-xsrc/all.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/all.rc b/src/all.rc
index b9d4c32eb9..14e2f5565a 100755
--- a/src/all.rc
+++ b/src/all.rc
@@ -3,6 +3,8 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
+rfork n
+
if(! test -f make.rc){
echo 'all.rc must be run from $GOROOT/src' >[1=2]
exit wrongdir