summaryrefslogtreecommitdiff
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
commit10fe06d3792aa86ad1677565ea54cdc17cbe0aff (patch)
treef6a104e549bc9a95836c3dcba0c5cc24c2e2ee81 /src/all.rc
parent4ba7fb1b61cc17515083663bf2995553bd3876d2 (diff)
downloadgo-10fe06d3792aa86ad1677565ea54cdc17cbe0aff.tar.gz
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://codereview.appspot.com/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 b9d4c32eb..14e2f5565 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