diff options
author | Andrew Gerrand <adg@golang.org> | 2010-04-05 10:53:38 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2010-04-05 10:53:38 +1000 |
commit | a8583264ac09dbf3f376cfd2371814ccb329c635 (patch) | |
tree | e87aa585599361daad7c9dd2c30b6219f63f7b5f | |
parent | 90d93daef9205b3792a14eeb2623372ca350c5f9 (diff) | |
download | golang-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-x | src/run.bash | 1 |
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 |