summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-04-05 10:53:38 +1000
committerAndrew Gerrand <adg@golang.org>2010-04-05 10:53:38 +1000
commita8583264ac09dbf3f376cfd2371814ccb329c635 (patch)
treee87aa585599361daad7c9dd2c30b6219f63f7b5f
parent90d93daef9205b3792a14eeb2623372ca350c5f9 (diff)
downloadgolang-a8583264ac09dbf3f376cfd2371814ccb329c635.tar.gz
run.bash: remove MAKEFLAGS=-j4 to prevent crashing on freebsd
R=rsc CC=golang-dev http://codereview.appspot.com/881044
-rwxr-xr-xsrc/run.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index 85dd59a55..4eb4a476b 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -6,7 +6,6 @@
set -e
. ./env.bash
-export MAKEFLAGS=-j4
unset CDPATH # in case user has it set
# no core files, please