1
0
mirror of https://github.com/golang/go synced 2024-11-24 11:10:03 -07:00

run.bash: remove MAKEFLAGS=-j4 to prevent crashing on freebsd

R=rsc
CC=golang-dev
https://golang.org/cl/881044
This commit is contained in:
Andrew Gerrand 2010-04-05 10:53:38 +10:00
parent 7678c5bfa1
commit 8b20200fe1

View File

@ -6,7 +6,6 @@
set -e
. ./env.bash
export MAKEFLAGS=-j4
unset CDPATH # in case user has it set
# no core files, please